Skip to content

Commit bdcfaea

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] <[email protected]>
1 parent d66e3cb commit bdcfaea

File tree

2 files changed

+21
-30
lines changed

2 files changed

+21
-30
lines changed

Cargo.lock

Lines changed: 20 additions & 29 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
@@ -57,7 +57,7 @@ nwc = { git = "https://github.com/rust-nostr/nostr", rev = "5ad3787f422c5f0bd251
5757
tokio = { version = "1", features = ["sync"] }
5858
tracing = { version = "0.1", features = ["std"], optional = true }
5959
tracing-subscriber = { version = "0.3", optional = true }
60-
uniffi = { version = "=0.29.4", features = ["tokio", "cli"] } # cli feature required for the `uniffi-bindgen` binary
60+
uniffi = { version = "=0.30.0", features = ["tokio", "cli"] } # cli feature required for the `uniffi-bindgen` binary
6161

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

0 commit comments

Comments
 (0)