From cc076ad8804734f21a878faa6e29f29739d96128 Mon Sep 17 00:00:00 2001 From: lucasliang Date: Tue, 5 Nov 2024 10:45:33 +0800 Subject: [PATCH] Fix errs. Signed-off-by: lucasliang --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85063eb5..4cebef86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ nightly_group = ["nightly", "swap"] raft-proto = { git = "https://github.com/tikv/raft-rs", branch = "master" } protobuf = { git = "https://github.com/pingcap/rust-protobuf", branch = "v2.8" } protobuf-codegen = { git = "https://github.com/pingcap/rust-protobuf", branch = "v2.8" } -cmake = "0.1.50" +cmake = { version = "=0.1.50" } [workspace] members = ["stress", "ctl"]