Skip to content

Commit

Permalink
Merge pull request #374 from drmingdrmer/4-ci
Browse files Browse the repository at this point in the history
CI: workaround pin clap version to 3.1 or there are inappropriate lint errors: clap-rs/clap#3822
  • Loading branch information
drmingdrmer committed Jun 15, 2022
2 parents 484195d + fbdb6d1 commit 06685ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openraft/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ futures = "0.3"
maplit = "1.0.2"
rand = "0.8"
serde = { version="1", features=["derive", "rc"], optional = true}
clap = { version = "3.0.7", features = ["derive", "env"] }
clap = { version = "~3.1", features = ["derive", "env"] }
thiserror = "1.0.29"
tokio = { version="1.8", default-features=false, features=["fs", "io-util", "macros", "rt", "rt-multi-thread", "sync", "time"] }
tracing = "0.1.29"
Expand Down

0 comments on commit 06685ff

Please sign in to comment.