Skip to content

Commit ce4988f

Browse files
authored
bump up lcp to v0.2.11 (#60)
Signed-off-by: Naohiro Yoshida <[email protected]>
1 parent 3a92c14 commit ce4988f

File tree

2 files changed

+100
-8
lines changed

2 files changed

+100
-8
lines changed

Cargo.lock

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

light-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
light-client = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.10", default-features = false }
9+
light-client = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.11", default-features = false }
1010

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

3030
[dev-dependencies]
31-
store = { git = "https://github.com/datachainlab/lcp.git", rev = "v0.2.10", default-features = false }
31+
store = { git = "https://github.com/datachainlab/lcp.git", rev = "v0.2.11", default-features = false }
3232
time = { version = "0.3", default-features = false }
3333
rstest = "0.18"
3434

0 commit comments

Comments
 (0)