Skip to content

Commit

Permalink
feat: update tendermint-proto to 0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Jun 2, 2024
1 parent 8f29929 commit df435fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update tendermint-proto libraries to v0.37
([#215](https://github.com/cosmos/ibc-proto-rs/issues/215))
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 = "1", default-features = false, features = ["derive"], optional = true }

[dependencies.tendermint-proto]
version = "0.36"
version = "0.37"
default-features = false

[dev-dependencies]
Expand Down

0 comments on commit df435fe

Please sign in to comment.