Skip to content

Commit

Permalink
Merge pull request #49 from datachainlab/bump-lcp
Browse files Browse the repository at this point in the history
Bump lcp to v0.2.8
  • Loading branch information
yoshidan authored Jun 3, 2024
2 parents e118055 + c28811e commit cee0dee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.

4 changes: 2 additions & 2 deletions light-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
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"] }

rlp = { version = "0.5.2", default-features = false }
prost = { version = "0.11", default-features = false }
Expand All @@ -28,7 +28,7 @@ milagro_bls = { git = "https://github.com/datachainlab/milagro_bls", rev = "bc2b
hex-literal = "0.4.1"

[dev-dependencies]
store = { git = "https://github.com/datachainlab/lcp.git", rev = "v0.2.7", default-features = false }
store = { git = "https://github.com/datachainlab/lcp.git", rev = "v0.2.8", default-features = false }
time = { version = "0.3", default-features = false, features = ["macros", "parsing"] }

[features]
Expand Down

0 comments on commit cee0dee

Please sign in to comment.