Skip to content

Commit 874843e

Browse files
authored
Merge pull request #24 from datachainlab/fix-ethereum-ibc-rev
Use version tag for ethereum-ibc-rs Signed-off-by: Jun Kimura <[email protected]>
2 parents 2c194ec + 20562a1 commit 874843e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ displaydoc = { version = "0.2", default-features = false }
99
tiny-keccak = { version = "1.4" }
1010

1111
light-client = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.11", default-features = false, features = ["ibc"] }
12-
ethereum-ibc = { git = "https://github.com/datachainlab/ethereum-ibc-rs", rev = "8243b634ae0953a9e0c2fd5f64c2b830723ab8f6", default-features = false }
12+
ethereum-ibc = { git = "https://github.com/datachainlab/ethereum-ibc-rs", rev = "v0.0.16", default-features = false }

0 commit comments

Comments
 (0)