Skip to content

Commit ef9810c

Browse files
committed
Upgrade Uniffi version
1 parent af5d85a commit ef9810c

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
@@ -72,7 +72,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] }
7272
tokio = { version = "1.37", default-features = false, features = [ "rt-multi-thread", "time", "sync", "macros" ] }
7373
esplora-client = { version = "0.9", default-features = false }
7474
libc = "0.2"
75-
uniffi = { version = "0.26.0", features = ["build"], optional = true }
75+
uniffi = { version = "0.27.3", features = ["build"], optional = true }
7676
serde = { version = "1.0.210", default-features = false, features = ["std", "derive"] }
7777
serde_json = { version = "1.0.128", default-features = false, features = ["std"] }
7878

@@ -101,7 +101,7 @@ electrsd = { version = "0.29.0", features = ["legacy"] }
101101
clightningrpc = { version = "0.3.0-beta.8", default-features = false }
102102

103103
[build-dependencies]
104-
uniffi = { version = "0.26.0", features = ["build"], optional = true }
104+
uniffi = { version = "0.27.3", features = ["build"], optional = true }
105105

106106
[profile.release]
107107
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.26.0", features = ["cli"] }
9+
uniffi = { version = "0.27.3", features = ["cli"] }

0 commit comments

Comments
 (0)