Skip to content

Commit bbeb06c

Browse files
committed
update spv lib dependency.
1 parent 6f2214c commit bbeb06c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/ckb-bitcoin-spv-type-lock/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ckb-hash = { version = "0.112.1", default-features = false, features = ["ckb-con
1414

1515
[dependencies.ckb-bitcoin-spv-verifier]
1616
version = "0.1.0"
17-
git = "https://github.com/EthanYuan/ckb-bitcoin-spv"
18-
rev = "b81fd00"
17+
git = "https://github.com/ckb-cell/ckb-bitcoin-spv"
18+
rev = "bfc71d7"
1919
default-features = false
2020
features = ["no-std"]

tests/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ walkdir = "2.4"
1616

1717
[dev-dependencies.ckb-bitcoin-spv-prover]
1818
version = "0.1.0"
19-
git = "https://github.com/EthanYuan/ckb-bitcoin-spv"
20-
rev = "b81fd00"
19+
git = "https://github.com/ckb-cell/ckb-bitcoin-spv"
20+
rev = "bfc71d7"
2121

2222
[dev-dependencies.ckb-bitcoin-spv-verifier]
2323
version = "0.1.0"
24-
git = "https://github.com/EthanYuan/ckb-bitcoin-spv"
25-
rev = "b81fd00"
24+
git = "https://github.com/ckb-cell/ckb-bitcoin-spv"
25+
rev = "bfc71d7"

0 commit comments

Comments
 (0)