Skip to content

Commit

Permalink
Bump uniffi version
Browse files Browse the repository at this point in the history
  • Loading branch information
ok300 committed Apr 12, 2024
1 parent 8fe67d4 commit ebf6f06
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 31 deletions.
84 changes: 57 additions & 27 deletions lib/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 lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ version = "0.0.1"
[workspace.dependencies]
anyhow = "1.0"
thiserror = "1.0"
uniffi = "0.25.3"
uniffi_macros = "0.25.3"
uniffi = "0.27.1"
uniffi_macros = "0.27.1"

[patch.crates-io]
secp256k1-zkp = {git = "https://github.com/BlockstreamResearch/rust-secp256k1-zkp.git", rev = "60e631c24588a0c9e271badd61959294848c665d"}
4 changes: 2 additions & 2 deletions lib/ls-sdk-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ crate-type = ["staticlib", "cdylib", "lib"]
[dependencies]
anyhow = { workspace = true }
ls-sdk = { path = "../ls-sdk-core" }
uniffi = { version = "0.25.3", features = [ "cli" ] }
uniffi = { workspace = true, features = [ "cli" ] }
thiserror = { workspace = true }

[build-dependencies]
uniffi = { version = "0.25.3", features = [ "build" ] }
uniffi = { workspace = true, features = [ "build" ] }

0 comments on commit ebf6f06

Please sign in to comment.