Skip to content

Commit 008ba4f

Browse files
committed
bump ethereum-light-client to v0.2.0
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent 56b2b58 commit 008ba4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/ibc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ ssz-rs = { git = "https://github.com/bluele/ssz_rs", branch = "serde-no-std", de
1616
hex = { version = "0.4.3", default-features = false }
1717

1818
ethereum-ibc-proto = { path = "../../proto", default-features = false }
19-
ethereum-consensus = { git = "https://github.com/datachainlab/ethereum-light-client-rs", rev = "a9a27ae291c716c68ea3bce9882c849a349b7e9f", default-features = false }
20-
ethereum-light-client-verifier = { git = "https://github.com/datachainlab/ethereum-light-client-rs", rev = "a9a27ae291c716c68ea3bce9882c849a349b7e9f", default-features = false }
19+
ethereum-consensus = { git = "https://github.com/datachainlab/ethereum-light-client-rs", rev = "v0.2.0", default-features = false }
20+
ethereum-light-client-verifier = { git = "https://github.com/datachainlab/ethereum-light-client-rs", rev = "v0.2.0", default-features = false }
2121

2222
[dev-dependencies]
2323
time = { version = "0.3", default-features = false, features = ["macros", "parsing"] }
2424
hex-literal = "0.4.1"
25-
ethereum-light-client-verifier = { git = "https://github.com/datachainlab/ethereum-light-client-rs", rev = "a9a27ae291c716c68ea3bce9882c849a349b7e9f", default-features = false, features = ["test-utils"] }
25+
ethereum-light-client-verifier = { git = "https://github.com/datachainlab/ethereum-light-client-rs", rev = "v0.2.0", default-features = false, features = ["test-utils"] }

0 commit comments

Comments
 (0)