Skip to content

Commit 2734731

Browse files
build(deps): bump uniffi from 0.29.4 to 0.30.0
Bumps [uniffi](https://github.com/mozilla/uniffi-rs) from 0.29.4 to 0.30.0. - [Changelog](https://github.com/mozilla/uniffi-rs/blob/main/CHANGELOG.md) - [Commits](mozilla/uniffi-rs@0.29.4...v0.30.0) --- updated-dependencies: - dependency-name: uniffi dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 173b534 commit 2734731

File tree

2 files changed

+23
-32
lines changed

2 files changed

+23
-32
lines changed

Cargo.lock

Lines changed: 22 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ nwc = { git = "https://github.com/rust-nostr/nostr", rev = "7ddc15f8df4e96625a9a
6161
tokio = { version = "1", features = ["sync"] }
6262
tracing = { version = "0.1", features = ["std"], optional = true }
6363
tracing-subscriber = { version = "0.3", optional = true }
64-
uniffi = { version = "=0.29.4", features = ["tokio", "cli"] } # cli feature required for the `uniffi-bindgen` binary
64+
uniffi = { version = "=0.30.0", features = ["tokio", "cli"] } # cli feature required for the `uniffi-bindgen` binary
6565

6666
[target.'cfg(target_os = "android")'.dependencies]
6767
paranoid-android = "0.2"

0 commit comments

Comments
 (0)