We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee412c commit 7c21f8dCopy full SHA for 7c21f8d
Cargo.toml
@@ -31,7 +31,7 @@ fail = { version = "0.4", optional = true }
31
getset = "0.1.1"
32
protobuf = "2"
33
thiserror = "1.0"
34
-raft-proto = { path = "proto", version = "0.6.0-alpha", default-features = false }
+raft-proto = { path = "proto", version = "0.6.0", default-features = false }
35
rand = "0.8"
36
slog = "2.2"
37
slog-envlogger = { version = "2.1.0", optional = true }
0 commit comments