From 1bc9980d14214a32895fb8dd841ccb2bb4fca7a6 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 10 Mar 2023 00:02:32 +0100 Subject: [PATCH] use workspaces --- fuzz/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 2509d7e57..bea090a9d 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -13,10 +13,10 @@ cargo-fuzz = true libfuzzer-sys = "0.4" [dependencies.uucore] -path = "../src/uucore/" +uucore = { workspace = true } [dependencies.uu_date] -path = "../src/uu/date/" +uu_date = { workspace = true } # Prevent this from interfering with workspaces [workspace]