Skip to content

Commit

Permalink
bump v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug committed Aug 2, 2024
1 parent 8c0f8df commit 9ff4cd5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [


[workspace.package]
version = "0.1.20"
version = "0.2.0"
repository = "https://github.com/Watfaq/clash-rs.git"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion clash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = { workspace = true }
[dependencies]
clap = { version = "4.5.13", features = ["derive"] }

clash_lib = { path = "../clash_lib", version = "0.1" }
clash_lib = { path = "../clash_lib", version = "*" }
2 changes: 1 addition & 1 deletion clash_doc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clash_lib = { path = "../clash_lib", version = "0.1" }
clash_lib = { path = "../clash_lib", version = "*" }

0 comments on commit 9ff4cd5

Please sign in to comment.