Browse Source

Track bdk's rev in lockfile

integrate-protocol-maker-side
Thomas Eizinger 3 years ago
parent
commit
8993492543
No known key found for this signature in database GPG Key ID: 651AC83A6C6C8B96
  1. 2
      Cargo.lock
  2. 2
      cfd_protocol/Cargo.toml
  3. 2
      daemon/Cargo.toml

2
Cargo.lock

@ -134,7 +134,7 @@ dependencies = [
[[package]]
name = "bdk"
version = "0.10.1-dev"
source = "git+https://github.com/bitcoindevkit/bdk/?rev=acf157a99a305226203d2b55a567291a93c64720#acf157a99a305226203d2b55a567291a93c64720"
source = "git+https://github.com/bitcoindevkit/bdk/#acf157a99a305226203d2b55a567291a93c64720"
dependencies = [
"async-trait",
"bdk-macros",

2
cfd_protocol/Cargo.toml

@ -5,7 +5,7 @@ edition = "2018"
[dependencies]
anyhow = "1"
bdk = { git = "https://github.com/bitcoindevkit/bdk/", rev = "acf157a99a305226203d2b55a567291a93c64720" }
bdk = { git = "https://github.com/bitcoindevkit/bdk/" }
itertools = "0.10"
rand = "0.6"
rand_chacha = "0.1"

2
daemon/Cargo.toml

@ -5,7 +5,7 @@ edition = "2018"
[dependencies]
anyhow = "1"
bdk = { git = "https://github.com/bitcoindevkit/bdk/", rev = "acf157a99a305226203d2b55a567291a93c64720" }
bdk = { git = "https://github.com/bitcoindevkit/bdk/" }
futures = { version = "0.3", default-features = false }
rocket = { git = "https://github.com/SergioBenitez/Rocket", features = ["json"] }
rocket_db_pools = { git = "https://github.com/SergioBenitez/Rocket", features = ["sqlx_sqlite"] }

Loading…
Cancel
Save