Skip to content

Commit

Permalink
chore: upgrade tenderdash version to 0.13.0-dev.2 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
shotonoff authored Jul 20, 2023
1 parent 0bb35a3 commit 8ed0188
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.12.0"
version = "0.13.0-dev.2"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -29,7 +29,7 @@ name = "echo_socket"
required-features = ["server"]

[dependencies]
tenderdash-proto = { version = "0.12.0", path = "../proto" }
tenderdash-proto = { version = "0.13.0-dev.2", path = "../proto" }
bytes = { version = "1.0" }
prost = { version = "0.11" }
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.12.0"
version = "0.13.0-dev.2"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/dashpay/rs-tenderdash-abci/tree/main/proto"
Expand Down

0 comments on commit 8ed0188

Please sign in to comment.