Skip to content

Commit

Permalink
update uniffi
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Nov 27, 2023
1 parent 4259577 commit 5b619a3
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 24 deletions.
140 changes: 118 additions & 22 deletions rgb-lib-ffi/Cargo.lock

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

4 changes: 2 additions & 2 deletions rgb-lib-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ default = ["uniffi/cli"]

[dependencies]
rgb-lib = { version = "0.2.1", path = "../" }
uniffi = "0.24.3"
uniffi = "0.25.2"

[build-dependencies]
uniffi = { version = "0.24.3", features = ["build"] }
uniffi = { version = "0.25.2", features = ["build"] }

[target.'cfg(target_os = "android")'.dependencies]
openssl = { version = "0.10", features = ["vendored"] }
Expand Down

0 comments on commit 5b619a3

Please sign in to comment.