Browse Source
Track bdk's rev in lockfile
integrate-protocol-maker-side
Thomas Eizinger
3 years ago
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96
3 changed files with
3 additions and
3 deletions
-
Cargo.lock
-
cfd_protocol/Cargo.toml
-
daemon/Cargo.toml
|
|
@ -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", |
|
|
|
|
|
@ -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" |
|
|
|
|
|
@ -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"] } |
|
|
|