From 7d222040b1c4a6c00d15e0186e3e848e06d8aec8 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sun, 29 Oct 2023 14:43:53 +0800 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 11a46dd..a56c3ff 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 = "../../third_party/r9/r9" } -r9_macro = { path = "../../third_party/r9/r9_macro" } -r9_macro_derive = { path = "../../third_party/r9/r9_macro_derive" } +r9 = { path = "../../r9/r9" } +r9_macro = { path = "../../r9/r9_macro" } +r9_macro_derive = { path = "../../r9/r9_macro_derive" } diff --git a/r9/Cargo.toml b/r9/Cargo.toml index 769cee2..1299316 100644 --- a/r9/Cargo.toml +++ b/r9/Cargo.toml @@ -16,5 +16,5 @@ serde_json = "*" syn = "1.0" quote = "1.0" -r9_macro = { path = "../../third_party/r9/r9_macro" } -r9_macro_derive = { path = "../../third_party/r9/r9_macro_derive" } +r9_macro = { path = "../../r9/r9_macro" } +r9_macro_derive = { path = "../../r9/r9_macro_derive" }