From d371216ec4d299af7f7aa68d033941f8006328a1 Mon Sep 17 00:00:00 2001 From: azw Date: Wed, 8 Nov 2023 01:09:28 +0000 Subject: [PATCH] 1 --- f9/Cargo.toml | 6 +++--- r9/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/f9/Cargo.toml b/f9/Cargo.toml index a56c3ff..da24370 100644 --- a/f9/Cargo.toml +++ b/f9/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -r9 = { path = "../../r9/r9" } -r9_macro = { path = "../../r9/r9_macro" } -r9_macro_derive = { path = "../../r9/r9_macro_derive" } +r9 = { path = "../r9" } +r9_macro = { path = "../r9_macro" } +r9_macro_derive = { path = "../r9_macro_derive" } diff --git a/r9/Cargo.toml b/r9/Cargo.toml index 1299316..380fcc4 100644 --- a/r9/Cargo.toml +++ b/r9/Cargo.toml @@ -16,5 +16,5 @@ serde_json = "*" syn = "1.0" quote = "1.0" -r9_macro = { path = "../../r9/r9_macro" } -r9_macro_derive = { path = "../../r9/r9_macro_derive" } +r9_macro = { path = "../r9_macro" } +r9_macro_derive = { path = "../r9_macro_derive" }