Skip to content

Commit

Permalink
Update tendermint-rs to 0.35.0 (#200)
Browse files Browse the repository at this point in the history
* Update tendermint-rs to 0.35.0

* Add changelog entry
  • Loading branch information
romac authored Mar 18, 2024
1 parent a49b9d9 commit 32fd1ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changelog/unreleased/features/200-tendermint-rs-0.35.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update `tendermint-proto` to v0.35.0
([\#200](https://github.com/cosmos/ibc-proto-rs/pull/200))
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ scale-info = { version = "2.1.2", default-features = false, features = [
borsh = { version = "0.10", default-features = false, optional = true }

[dependencies.tendermint-proto]
version = "0.34"
version = "0.35"
default-features = false

[dev-dependencies]
Expand Down

0 comments on commit 32fd1ba

Please sign in to comment.