Skip to content

Commit 7f40cc0

Browse files
committed
Upgrade to Uniffi 0.25.1
1 parent 42456c7 commit 7f40cc0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ futures = "0.3"
6565
tokio = { version = "1", default-features = false, features = [ "rt-multi-thread", "time", "sync" ] }
6666
esplora-client = { version = "0.4", default-features = false }
6767
libc = "0.2"
68-
uniffi = { version = "0.23.0", features = ["build"], optional = true }
68+
uniffi = { version = "0.25.1", features = ["build"], optional = true }
6969

7070
[target.'cfg(vss)'.dependencies]
7171
vss-client = "0.1"
@@ -82,7 +82,7 @@ proptest = "1.0.0"
8282
regex = "1.5.6"
8383

8484
[build-dependencies]
85-
uniffi = { version = "0.23.0", features = ["build"], optional = true }
85+
uniffi = { version = "0.25.1", features = ["build"], optional = true }
8686

8787
[profile.release]
8888
panic = "abort"

bindings/uniffi-bindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
uniffi = { version = "0.23.0", features = ["cli"] }
9+
uniffi = { version = "0.25.1", features = ["cli"] }

0 commit comments

Comments
 (0)