From 7c21f8d12f2043c43004fca48861568db7c76bd9 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 16 Jun 2021 21:01:03 +0800 Subject: [PATCH] fix dep version Signed-off-by: Jay Lee --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }