Skip to content

Commit fd0c1e0

Browse files
authored
Update to tendermint-proto 0.27 (#40)
1 parent 33f301e commit fd0c1e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ibc-proto"
3-
version = "0.22.0"
3+
version = "0.23.0"
44
authors = ["Informal Systems <hello@informal.systems>"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -33,7 +33,7 @@ base64 = { version = "0.13", default-features = false, features = ["alloc"]
3333
flex-error = { version = "0.4.4", default-features = false }
3434

3535
[dependencies.tendermint-proto]
36-
version = "0.26.0"
36+
version = "0.27"
3737
default-features = false
3838

3939
[features]

0 commit comments

Comments
 (0)