diff --git a/clash/Cargo.toml b/clash/Cargo.toml index 303dfa788..bed951f37 100644 --- a/clash/Cargo.toml +++ b/clash/Cargo.toml @@ -10,4 +10,4 @@ path = "src/main.rs" [dependencies] clap = { version = "4.3.19", features = ["derive"] } -clash_lib = { path = "../clash_lib" } \ No newline at end of file +clash_lib = { path = "../clash_lib", version = "0.1" } \ No newline at end of file diff --git a/clash_doc/Cargo.toml b/clash_doc/Cargo.toml index 7112bf456..1b5e5221e 100644 --- a/clash_doc/Cargo.toml +++ b/clash_doc/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clash_lib = { path = "../clash_lib" } \ No newline at end of file +clash_lib = { path = "../clash_lib", version = "0.1" } \ No newline at end of file