Skip to content

Commit

Permalink
update the revision of ibc-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvja committed Jan 6, 2025
1 parent ebdb186 commit 9ba2460
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@ hex-literal = "0.4.1"
rayon = "1.10.0"

# Use unreleased ibc-rs which supports custom verifier.
ibc = { git = "https://github.com/mina86/ibc-rs", rev = "e1be8c9292c82c1e7c158067f0014fb292ee652d", default-features = false, features = ["borsh", "serde"] }
ibc-client-tendermint-types = { git = "https://github.com/mina86/ibc-rs", rev = "e1be8c9292c82c1e7c158067f0014fb292ee652d", default-features = false }
ibc-core-channel-types = { git = "https://github.com/mina86/ibc-rs", rev = "e1be8c9292c82c1e7c158067f0014fb292ee652d", default-features = false }
ibc-core-client-context = { git = "https://github.com/mina86/ibc-rs", rev = "e1be8c9292c82c1e7c158067f0014fb292ee652d", default-features = false }
ibc-core-client-types = { git = "https://github.com/mina86/ibc-rs", rev = "e1be8c9292c82c1e7c158067f0014fb292ee652d", default-features = false }
ibc-core-commitment-types = { git = "https://github.com/mina86/ibc-rs", rev = "e1be8c9292c82c1e7c158067f0014fb292ee652d", default-features = false }
ibc-core-connection-types = { git = "https://github.com/mina86/ibc-rs", rev = "e1be8c9292c82c1e7c158067f0014fb292ee652d", default-features = false }
ibc-core-host = { git = "https://github.com/mina86/ibc-rs", rev = "e1be8c9292c82c1e7c158067f0014fb292ee652d", default-features = false }
ibc-core-host-types = { git = "https://github.com/mina86/ibc-rs", rev = "e1be8c9292c82c1e7c158067f0014fb292ee652d", default-features = false }
ibc-primitives = { git = "https://github.com/mina86/ibc-rs", rev = "e1be8c9292c82c1e7c158067f0014fb292ee652d", default-features = false }
ibc-testkit = { git = "https://github.com/mina86/ibc-rs", rev = "e1be8c9292c82c1e7c158067f0014fb292ee652d", default-features = false }
ibc = { git = "https://github.com/mina86/ibc-rs", rev = "87ebc7d20c3ed955d2c70c0845c88dcb3b574a80", default-features = false, features = ["borsh", "serde"] }
ibc-client-tendermint-types = { git = "https://github.com/mina86/ibc-rs", rev = "87ebc7d20c3ed955d2c70c0845c88dcb3b574a80", default-features = false }
ibc-core-channel-types = { git = "https://github.com/mina86/ibc-rs", rev = "87ebc7d20c3ed955d2c70c0845c88dcb3b574a80", default-features = false }
ibc-core-client-context = { git = "https://github.com/mina86/ibc-rs", rev = "87ebc7d20c3ed955d2c70c0845c88dcb3b574a80", default-features = false }
ibc-core-client-types = { git = "https://github.com/mina86/ibc-rs", rev = "87ebc7d20c3ed955d2c70c0845c88dcb3b574a80", default-features = false }
ibc-core-commitment-types = { git = "https://github.com/mina86/ibc-rs", rev = "87ebc7d20c3ed955d2c70c0845c88dcb3b574a80", default-features = false }
ibc-core-connection-types = { git = "https://github.com/mina86/ibc-rs", rev = "87ebc7d20c3ed955d2c70c0845c88dcb3b574a80", default-features = false }
ibc-core-host = { git = "https://github.com/mina86/ibc-rs", rev = "87ebc7d20c3ed955d2c70c0845c88dcb3b574a80", default-features = false }
ibc-core-host-types = { git = "https://github.com/mina86/ibc-rs", rev = "87ebc7d20c3ed955d2c70c0845c88dcb3b574a80", default-features = false }
ibc-primitives = { git = "https://github.com/mina86/ibc-rs", rev = "87ebc7d20c3ed955d2c70c0845c88dcb3b574a80", default-features = false }
ibc-testkit = { git = "https://github.com/mina86/ibc-rs", rev = "87ebc7d20c3ed955d2c70c0845c88dcb3b574a80", default-features = false }

ibc-proto = { version = "0.41.0", default-features = false }
insta = { version = "1.34.0" }
Expand Down

0 comments on commit 9ba2460

Please sign in to comment.