Skip to content

Commit

Permalink
bump UniFFI (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyonAlexRDX committed Mar 23, 2024
1 parent 7b098d5 commit 31db3da
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 24 deletions.
31 changes: 10 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ enum-as-inner = "0.6.0"
identified_vec = { version = "0.1.11", features = ["serde", "id_prim"] }
nutype = { version = "0.4.0", features = ["serde"] }
schemars = { version = "0.8.12", features = ["preserve_order"] }
uniffi = { version = "0.26.0", features = ["cli"] }
uniffi = { git = "https://github.com/mozilla/uniffi-rs", rev = "6b09f11a427937183a99d311f04e6227d82d4f34", features = ["cli"] }
pretty_assertions = "1.4.0"
slip10 = "0.4.3"
memoize = "0.4.1"
Expand All @@ -75,8 +75,8 @@ clap = { version = "4", default-features = false, features = ["std", "derive"] }
camino = "1.0.8"

[build-dependencies]
uniffi = { version = "0.26.0", features = ["build"] }
uniffi = { git = "https://github.com/mozilla/uniffi-rs", rev = "6b09f11a427937183a99d311f04e6227d82d4f34", features = ["build"] }
cargo_toml = { version = "0.15.3" }

[dev-dependencies]
uniffi = { version = "0.26.0", features = ["bindgen-tests"] }
uniffi = { git = "https://github.com/mozilla/uniffi-rs", rev = "6b09f11a427937183a99d311f04e6227d82d4f34", features = ["bindgen-tests"] }

0 comments on commit 31db3da

Please sign in to comment.