Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug committed Sep 16, 2023
1 parent 335753b commit 34e376f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ path = "src/main.rs"
[dependencies]
clap = { version = "4.3.19", features = ["derive"] }

clash_lib = { path = "../clash_lib" }
clash_lib = { path = "../clash_lib", version = "0.1" }
2 changes: 1 addition & 1 deletion clash_doc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
clash_lib = { path = "../clash_lib", version = "0.1" }

0 comments on commit 34e376f

Please sign in to comment.