Skip to content

Commit

Permalink
Bump up proto crate version & deps. (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
adizere authored Dec 2, 2020
1 parent ce08ac0 commit a473bec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mocks = [ "tendermint-testgen" ]

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

anomaly = "0.2.0"
chrono = "0.4"
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 = "ibc-proto"
version = "0.4.0"
version = "0.5.0"
authors = ["Greg Szabo <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [

[dependencies]
ibc = { path = "../modules" }
ibc-proto = { version = "0.4.0", path = "../proto" }
ibc-proto = { version = "0.5.0", path = "../proto" }
anomaly = "0.2.0"
async-trait = "0.1.24"
humantime-serde = "1.0.0"
Expand Down

0 comments on commit a473bec

Please sign in to comment.