Skip to content

Commit

Permalink
ffi: use uniffi fork
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Nov 26, 2024
1 parent 5cb7875 commit d8b8e13
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
27 changes: 9 additions & 18 deletions 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 bindings/nostr-sdk-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ nostr-relay-builder.workspace = true
nostr-sdk = { workspace = true, default-features = false, features = ["all-nips", "tor"] }
tracing = { workspace = true, features = ["std"] }
tracing-subscriber.workspace = true
uniffi = { version = "=0.28.0", features = ["cli", "tokio"] } # cli feature is required for the `uniffi-bindgen` binary
uniffi = { git = "https://github.com/yukibtc/uniffi-rs", rev = "4f98679df9ae2a98effba3b274ff48379041d6d7", features = ["cli", "tokio"] } # cli feature is required for the `uniffi-bindgen` binary

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

[dev-dependencies]
uniffi = { version = "=0.28.0", features = ["bindgen-tests"] }
uniffi = { git = "https://github.com/yukibtc/uniffi-rs", rev = "4f98679df9ae2a98effba3b274ff48379041d6d7", features = ["bindgen-tests"] }

0 comments on commit d8b8e13

Please sign in to comment.