diff --git a/proto/Cargo.toml b/proto/Cargo.toml index 0bf0cbf..2c65fd6 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint-proto" -version = "0.18.0" +version = "0.18.1" authors = ["Greg Szabo "] edition = "2018" license = "Apache-2.0" diff --git a/proto/src/lib.rs b/proto/src/lib.rs index 5f6b110..4fec598 100644 --- a/proto/src/lib.rs +++ b/proto/src/lib.rs @@ -3,7 +3,7 @@ #![deny(warnings, trivial_casts, trivial_numeric_casts, unused_import_braces)] #![allow(clippy::large_enum_variant)] #![forbid(unsafe_code)] -#![doc(html_root_url = "https://docs.rs/tendermint-proto/0.18.0")] +#![doc(html_root_url = "https://docs.rs/tendermint-proto/0.18.1")] /// Built-in prost_types with slight customization to enable JSON-encoding #[allow(warnings)] diff --git a/tools/kvstore-test/Cargo.toml b/tools/kvstore-test/Cargo.toml index d7f930d..40760bc 100644 --- a/tools/kvstore-test/Cargo.toml +++ b/tools/kvstore-test/Cargo.toml @@ -10,9 +10,9 @@ edition = "2018" [dev-dependencies] futures = "0.3" -tendermint = { version = "0.18.0", path = "../../tendermint" } -tendermint-light-client = { version = "0.18.0", path = "../../light-client", features = ["unstable"] } -tendermint-rpc = { version = "0.18.0", path = "../../rpc", features = [ "http-client", "websocket-client" ] } +tendermint = { version = "0.18.1", path = "../../tendermint" } +tendermint-light-client = { version = "0.18.1", path = "../../light-client", features = ["unstable"] } +tendermint-rpc = { version = "0.18.1", path = "../../rpc", features = [ "http-client", "websocket-client" ] } tokio = { version = "1.0", features = [ "rt-multi-thread", "macros" ] } tracing = "0.1" tracing-subscriber = "0.2" diff --git a/tools/rpc-probe/Cargo.toml b/tools/rpc-probe/Cargo.toml index cf0b692..fdbd447 100644 --- a/tools/rpc-probe/Cargo.toml +++ b/tools/rpc-probe/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint-rpc-probe" -version = "0.18.0" +version = "0.18.1" authors = ["Thane Thomson "] edition = "2018" license = "Apache-2.0"