From 517fc9f3234d98ca0ad78e26cc24e5d5a3af47c2 Mon Sep 17 00:00:00 2001 From: Ismail Khoffi Date: Fri, 17 Apr 2020 21:49:20 +0200 Subject: [PATCH] Fix version in light-node crate --- light-node/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/light-node/Cargo.toml b/light-node/Cargo.toml index 85d8fab51..1daa853df 100644 --- a/light-node/Cargo.toml +++ b/light-node/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] gumdrop = "0.7" serde = { version = "1", features = ["serde_derive"] } -tendermint = { version = "0.12.0-rc0", path = "../tendermint" } +tendermint = { version = "0.13.0-dev", path = "../tendermint" } async-trait = "0.1" tokio = { version = "0.2", features = ["full"] } abscissa_tokio = "0.5"