Skip to content

Commit

Permalink
Merge pull request #13 from datachainlab/bump-lcp
Browse files Browse the repository at this point in the history
Bump lcp to v0.2.8

Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele authored Jun 3, 2024
2 parents 00d7e42 + 29a2154 commit 027fd87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ serde = { version = "1.0", default-features = false }
displaydoc = { version = "0.2", default-features = false }
tiny-keccak = { version = "1.4" }

light-client = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.7", default-features = false, features = ["ibc"] }
light-client = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.8", default-features = false, features = ["ibc"] }
ethereum-ibc = { git = "https://github.com/datachainlab/ethereum-ibc-rs", rev = "v0.0.9", default-features = false }

0 comments on commit 027fd87

Please sign in to comment.