Skip to content

Commit

Permalink
update spv lib dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanYuan committed Jun 12, 2024
1 parent 6f2214c commit bbeb06c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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 contracts/ckb-bitcoin-spv-type-lock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ckb-hash = { version = "0.112.1", default-features = false, features = ["ckb-con

[dependencies.ckb-bitcoin-spv-verifier]
version = "0.1.0"
git = "https://github.com/EthanYuan/ckb-bitcoin-spv"
rev = "b81fd00"
git = "https://github.com/ckb-cell/ckb-bitcoin-spv"
rev = "bfc71d7"
default-features = false
features = ["no-std"]
8 changes: 4 additions & 4 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ walkdir = "2.4"

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

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

0 comments on commit bbeb06c

Please sign in to comment.