Skip to content

Commit 34ea33c

Browse files
committed
Upgrade to uniffi 0.30
This changes the bitcoin-ffi revision accordingly to one that supports 0.30.
1 parent f2c64d8 commit 34ea33c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

payjoin-ffi/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ name = "uniffi-bindgen"
2222
path = "uniffi-bindgen.rs"
2323

2424
[build-dependencies]
25-
uniffi = { version = "0.29.4", features = ["build", "cli"] }
2625
uniffi-dart = { git = "https://github.com/Uniffi-Dart/uniffi-dart.git", rev = "364b117", features = ["build"], optional = true }
26+
uniffi = { version = "0.30.0", features = ["build", "cli"] }
2727

2828
[dependencies]
2929
base64 = "0.22.1"
30-
bitcoin-ffi = { git = "https://github.com/benalleng/bitcoin-ffi.git", rev = "8e3a23b" }
30+
bitcoin-ffi = { git = "https://github.com/spacebear21/bitcoin-ffi.git", rev = "39cc12b" }
3131
getrandom = "0.2"
3232
hex = "0.4.3"
3333
lazy_static = "1.5.0"
@@ -38,8 +38,8 @@ serde = { version = "1.0.219", features = ["derive"] }
3838
serde_json = "1.0.142"
3939
thiserror = "2.0.14"
4040
tokio = { version = "1.47.1", features = ["full"], optional = true }
41-
uniffi = { version = "0.29.4" }
4241
uniffi-dart = { git = "https://github.com/Uniffi-Dart/uniffi-dart.git", rev = "364b117", optional = true }
42+
uniffi = { version = "0.30.0" }
4343
url = "2.5.4"
4444

4545
[dev-dependencies]

0 commit comments

Comments
 (0)