Skip to content

Commit 137bfff

Browse files
authored
Merge pull request #379 from tnull/2024-10-upgrade-uniffi
Upgrade UniFFI to 0.27.3
2 parents ca6c2fa + d0a14d2 commit 137bfff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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/kotlin/ldk-node-android/lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
android {
19-
compileSdk = 33
19+
compileSdk = 34
2020

2121
defaultConfig {
2222
minSdk = 21

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)