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"