From 57575915b9d2b1adcb466b61c771b191065b1296 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Mon, 30 Nov 2020 17:45:43 +0400 Subject: [PATCH] p2p: change version to 0.17.0-rc3 (#715) "The policy so far's been to version all crates we intend to publish the same such that "tendermint-rs" is versioned as a whole" - Thane. --- p2p/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/Cargo.toml b/p2p/Cargo.toml index be80a13c7..91843018d 100644 --- a/p2p/Cargo.toml +++ b/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint-p2p" -version = "0.1.0" +version = "0.17.0-rc3" edition = "2018" license = "Apache-2.0" repository = "https://github.com/informalsystems/tendermint-rs"