Skip to content

Commit

Permalink
lock version
Browse files Browse the repository at this point in the history
Signed-off-by: tabokie <[email protected]>
  • Loading branch information
tabokie committed Aug 30, 2023
1 parent caa38be commit ff6b489
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0"

[dev-dependencies]
criterion = "0.5"
criterion = "=0.5.0"
ctor = "0.2"
env_logger = "0.10"
kvproto = { git = "https://github.com/pingcap/kvproto.git", default-features = false, features = ["protobuf-codec"] }
Expand Down
2 changes: 1 addition & 1 deletion ctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ repository = "https://github.com/tikv/raft-engine"
license = "Apache-2.0"

[dependencies]
clap = { version = "3.1", features = ["derive", "cargo"] }
clap = { version = "=3.1.0", features = ["derive", "cargo"] }
env_logger = "0.10"
raft-engine = { path = "..", version = "0.3.0", features = ["scripting", "internals"] }
2 changes: 1 addition & 1 deletion stress/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["The TiKV Authors"]
edition = "2018"

[dependencies]
clap = { version = "3.1", features = ["derive", "cargo"] }
clap = { version = "=3.1.0", features = ["derive", "cargo"] }
const_format = "0.2.13"
hdrhistogram = "7.4"
num-traits = "0.2"
Expand Down

0 comments on commit ff6b489

Please sign in to comment.