diff --git a/Cargo.toml b/Cargo.toml index 73a7341a..2eb04bcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ fail = { version = "0.4", optional = true } getset = "0.1.1" protobuf = "2" thiserror = "1.0" -raft-proto = { path = "proto", version = "0.6.0-alpha", default-features = false } +raft-proto = { path = "proto", version = "0.6.0", default-features = false } rand = "0.8" slog = "2.2" slog-envlogger = { version = "2.1.0", optional = true }