Skip to content

Commit

Permalink
build: release 0.13.1 for tenderdash 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Oct 9, 2023
1 parent 32cff5c commit 74b0623
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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]
name = "tenderdash-abci"
version = "0.13.0"
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.0", path = "../proto" }
tenderdash-proto = { version = "0.13.2", 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/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tenderdash-proto"
version = "0.13.0"
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 74b0623

Please sign in to comment.