Skip to content

Commit a473bec

Browse files
authored
Bump up proto crate version & deps. (#436)
1 parent ce08ac0 commit a473bec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mocks = [ "tendermint-testgen" ]
2121

2222
[dependencies]
2323
# Proto definitions for all IBC-related interfaces, e.g., connections or channels.
24-
ibc-proto = { version = "0.4.0", path = "../proto" }
24+
ibc-proto = { version = "0.5.0", path = "../proto" }
2525

2626
anomaly = "0.2.0"
2727
chrono = "0.4"

proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ibc-proto"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Greg Szabo <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"

relayer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88

99
[dependencies]
1010
ibc = { path = "../modules" }
11-
ibc-proto = { version = "0.4.0", path = "../proto" }
11+
ibc-proto = { version = "0.5.0", path = "../proto" }
1212
anomaly = "0.2.0"
1313
async-trait = "0.1.24"
1414
humantime-serde = "1.0.0"

0 commit comments

Comments
 (0)