diff --git a/abci/Cargo.toml b/abci/Cargo.toml index 3c35f12..8362bf9 100644 --- a/abci/Cargo.toml +++ b/abci/Cargo.toml @@ -1,6 +1,6 @@ [package] +version = "0.14.0-dev.1" name = "tenderdash-abci" -version = "0.13.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..b5988f3 100644 --- a/proto-compiler/Cargo.toml +++ b/proto-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] +version = "0.14.0-dev.1" name = "tenderdash-proto-compiler" -version = "0.1.0" authors = ["Informal Systems "] edition = "2021" description = "Internal tool to download and build tenderdash protobuf definitions; used by proto/build.rs" diff --git a/proto/Cargo.toml b/proto/Cargo.toml index 8f0530b..7a72108 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -1,6 +1,6 @@ [package] +version = "0.14.0-dev.1" name = "tenderdash-proto" -version = "0.13.2" edition = "2021" license = "Apache-2.0" repository = "https://github.com/dashpay/rs-tenderdash-abci/tree/main/proto"