Skip to content

Commit

Permalink
fix(xtask): clap 版本限制在 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YdrMaster committed Jun 14, 2022
1 parent ff3eff6 commit cfbc8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "3.1", features = ["derive"] }
clap = { version = "~3.1", features = ["derive"] }
dircpy = "0.3"
rand = "0.8"
lazy_static = "1.4.0"
Expand Down

0 comments on commit cfbc8d2

Please sign in to comment.