Skip to content

Commit ed96316

Browse files
committed
Bump uniffi dependency to v0.28.3
We bump our `uniffi` dependency to v0.28.3 to unlock some of the nicer features `uniffi` added since the previously-used v0.27.3. However, we can't bump it further to v0.29.3, as we have users requiring compatibility with `uniffi-bindgen-go`, which only supports v0.28.3 at the time of writing.
1 parent 3385495 commit ed96316

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
@@ -84,7 +84,7 @@ esplora-client = { version = "0.12", default-features = false, features = ["toki
8484
esplora-client_0_11 = { package = "esplora-client", version = "0.11", default-features = false, features = ["tokio", "async-https-rustls"] }
8585
electrum-client = { version = "0.23.1", default-features = true }
8686
libc = "0.2"
87-
uniffi = { version = "0.27.3", features = ["build"], optional = true }
87+
uniffi = { version = "0.28.3", features = ["build"], optional = true }
8888
serde = { version = "1.0.210", default-features = false, features = ["std", "derive"] }
8989
serde_json = { version = "1.0.128", default-features = false, features = ["std"] }
9090
log = { version = "0.4.22", default-features = false, features = ["std"]}
@@ -117,7 +117,7 @@ lnd_grpc_rust = { version = "2.10.0", default-features = false }
117117
tokio = { version = "1.37", features = ["fs"] }
118118

119119
[build-dependencies]
120-
uniffi = { version = "0.27.3", features = ["build"], optional = true }
120+
uniffi = { version = "0.28.3", features = ["build"], optional = true }
121121

122122
[profile.release]
123123
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.27.3", features = ["cli"] }
9+
uniffi = { version = "0.28.3", features = ["cli"] }

0 commit comments

Comments
 (0)