From 951b4670e95771803c31111ea1ec82e6c02fc4f1 Mon Sep 17 00:00:00 2001 From: Lukasz Klimek <842586+lklimek@users.noreply.github.com> Date: Thu, 14 Dec 2023 12:00:52 +0100 Subject: [PATCH] chore: bump version to 0.14.0-dev.1 --- abci/Cargo.toml | 4 ++-- proto-compiler/Cargo.toml | 4 ++-- proto/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/abci/Cargo.toml b/abci/Cargo.toml index 3c35f12..27237dd 100644 --- a/abci/Cargo.toml +++ b/abci/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tenderdash-abci" -version = "0.13.1" +version = "0.14.0-dev.1" edition = "2021" license = "Apache-2.0" readme = "README.md" @@ -31,7 +31,7 @@ required-features = ["server"] [dependencies] uuid = { version = "1.4.1", features = ["v4", "fast-rng"], optional = true } -tenderdash-proto = { version = "0.13.2", path = "../proto" } +tenderdash-proto = { path = "../proto" } bytes = { version = "1.0" } prost = { version = "0.12" } tracing = { version = "0.1", default-features = false } diff --git a/proto-compiler/Cargo.toml b/proto-compiler/Cargo.toml index 3e4e01c..20049eb 100644 --- a/proto-compiler/Cargo.toml +++ b/proto-compiler/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tenderdash-proto-compiler" -version = "0.1.0" -authors = ["Informal Systems "] +version = "0.14.0-dev.1" +authors = ["Informal Systems ", "Dash Core Group"] edition = "2021" description = "Internal tool to download and build tenderdash protobuf definitions; used by proto/build.rs" publish = false diff --git a/proto/Cargo.toml b/proto/Cargo.toml index 8f0530b..ec5f437 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tenderdash-proto" -version = "0.13.2" +version = "0.14.0-dev.1" edition = "2021" license = "Apache-2.0" repository = "https://github.com/dashpay/rs-tenderdash-abci/tree/main/proto"