Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cosmos/ibc-rs into rano/ics…
Browse files Browse the repository at this point in the history
…07/simplify-cw-client
  • Loading branch information
seanchen1991 committed Apr 30, 2024
2 parents ba30fa9 + 30a295c commit a680f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ borsh = { version = "0.10", default-features = false }
displaydoc = { version = "0.2", default-features = false }
prost = { version = "0.12", default-features = false }
derive_more = { version = "0.99.17", default-features = false, features = [ "from", "into", "display", "try_into" ] }
rstest = { version = "0.18.2" }
rstest = { version = "0.19" }
schemars = { version = "0.8.15" }
sha2 = { version = "0.10.8", default-features = false }
serde = { version = "1.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion ibc-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ displaydoc = { workspace = true }
prost = { workspace = true }
schemars = { workspace = true, optional = true }
serde = { workspace = true, optional = true }
time = { version = ">=0.3.0, <0.3.35", default-features = false }
time = { version = ">=0.3.0, <0.3.37", default-features = false }

# ibc dependencies
ibc-proto = { workspace = true }
Expand Down

0 comments on commit a680f03

Please sign in to comment.