Skip to content

Commit 7c21f8d

Browse files
committed
fix dep version
Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
1 parent cee412c commit 7c21f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fail = { version = "0.4", optional = true }
3131
getset = "0.1.1"
3232
protobuf = "2"
3333
thiserror = "1.0"
34-
raft-proto = { path = "proto", version = "0.6.0-alpha", default-features = false }
34+
raft-proto = { path = "proto", version = "0.6.0", default-features = false }
3535
rand = "0.8"
3636
slog = "2.2"
3737
slog-envlogger = { version = "2.1.0", optional = true }

0 commit comments

Comments
 (0)