From d6f4eb9673a903fe5213a8958f1ffe83f49bf765 Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Fri, 6 Sep 2024 20:52:50 +0200 Subject: [PATCH] chore: Use workspace dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b373d0c9..45ce87ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,8 +17,8 @@ anyhow = "1.0.86" bytes = "1.7.1" enum-map = "2.7.3" rustic_backend = { path = "crates/backend" } -rustic_core = { path = "crates/core" } -rustic_testing = { path = "crates/testing" } +rustic_core = { path = "crates/core", version = "0" } +rustic_testing = { path = "crates/testing", version = "0" } simplelog = "0.12.2" # dev-dependencies