Skip to content

Commit

Permalink
ffi: use uniffi from upstream repo
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Dec 16, 2024
1 parent c8c1548 commit 4c88d71
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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 @@ -27,10 +27,10 @@ nostr-sdk = { workspace = true, default-features = false, features = ["all-nips
nwc = { workspace = true, features = ["tor"] }
tracing = { workspace = true, features = ["std"] }
tracing-subscriber.workspace = true
uniffi = { git = "https://github.com/yukibtc/uniffi-rs", rev = "4f98679df9ae2a98effba3b274ff48379041d6d7", features = ["tokio"] }
uniffi = { git = "https://github.com/mozilla/uniffi-rs", rev = "cd38ccea8236df7d93aff336c325a3a8e524af5d", features = ["tokio"] }

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

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

0 comments on commit 4c88d71

Please sign in to comment.