Skip to content

Commit 06e38bc

Browse files
chore: bump uniffi to 0.29.4
1 parent b79b1a0 commit 06e38bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bdk-ffi/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ bdk_esplora = { version = "0.22.0", default-features = false, features = ["std",
2323
bdk_electrum = { version = "0.23.0", default-features = false, features = ["use-rustls-ring"] }
2424
bdk_kyoto = { version = "0.13.1" }
2525

26-
uniffi = { version = "=0.29.1" }
26+
uniffi = { version = "=0.29.4" }
2727
thiserror = "1.0.58"
2828

2929
[build-dependencies]
30-
uniffi = { version = "=0.29.1", features = ["build"] }
30+
uniffi = { version = "=0.29.4", features = ["build"] }
3131

3232
[dev-dependencies]
33-
uniffi = { version = "=0.29.1", features = ["bindgen-tests"] }
33+
uniffi = { version = "=0.29.4", features = ["bindgen-tests"] }
3434
assert_matches = "1.5.0"
3535

3636
[profile.release-smaller]

0 commit comments

Comments
 (0)