Skip to content

Commit 6ccb4d6

Browse files
committed
Depend on updated bitcoin-ffi w/ procmacros
1 parent 23a72a7 commit 6ccb4d6

File tree

5 files changed

+80
-163
lines changed

5 files changed

+80
-163
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,18 @@ name = "uniffi-bindgen"
1818
path = "uniffi-bindgen.rs"
1919

2020
[build-dependencies]
21-
uniffi = { version = "0.28.0", features = ["build"] }
21+
uniffi = { version = "=0.29.1", features = ["build"] }
2222

2323
[dependencies]
2424
base64 = "0.22.1"
25-
bitcoin-ffi = { git = "https://github.com/bitcoindevkit/bitcoin-ffi.git", rev = "4cd8e644dbf4e001d71d5fffb232480fa5ff2246" }
25+
bitcoin-ffi = { git = "https://github.com/dangould/bitcoin-ffi.git", rev = "039dbf4" }
26+
#bitcoin-ffi = { path = "../bitcoin-ffi" }
2627
hex = "0.4.3"
2728
ohttp = { package = "bitcoin-ohttp", version = "0.6.0" }
2829
payjoin = { git = "https://github.com/payjoin/rust-payjoin.git", rev = "bb47c8469146f1a9055b7f850d86f58f2b9627c6", features = ["v1", "io"] }
2930
serde_json = "1.0.128"
3031
thiserror = "1.0.58"
31-
uniffi = { version = "0.28.0", optional = true }
32+
uniffi = { version = "=0.29.1", optional = true }
3233
url = "2.5.0"
3334

3435
[dev-dependencies]
@@ -44,7 +45,7 @@ rustls = "0.22.2"
4445
testcontainers = "0.15.0"
4546
testcontainers-modules = { version = "0.1.3", features = ["redis"] }
4647
tokio = { version = "1.12.0", features = ["full"] }
47-
uniffi = { version = "0.28.0", features = ["bindgen-tests"] }
48+
uniffi = { version = "0.29.1", features = ["bindgen-tests"] }
4849

4950
[profile.release-smaller]
5051
inherits = "release"

0 commit comments

Comments
 (0)