Skip to content

Commit

Permalink
chore: release for tenderdash 0.14.0-dev.1 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek authored Dec 18, 2023
1 parent 865fd05 commit b4df654
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions abci/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion proto-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
version = "0.14.0-dev.1"
name = "tenderdash-proto-compiler"
version = "0.1.0"
authors = ["Informal Systems <[email protected]>"]
edition = "2021"
description = "Internal tool to download and build tenderdash protobuf definitions; used by proto/build.rs"
Expand Down
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b4df654

Please sign in to comment.