Skip to content

Commit

Permalink
ffi: bump uniffi to 0.28.3
Browse files Browse the repository at this point in the history
* Temp remove uniffi tests due to issues with MSRV and uniffi 0.28.3

Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Nov 18, 2024
1 parent 7b80c0f commit ef01ce1
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 72 deletions.
34 changes: 16 additions & 18 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions bindings/nostr-sdk-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ 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 = { version = "=0.28.3", default-features = false, 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"] }
23 changes: 0 additions & 23 deletions bindings/nostr-sdk-ffi/tests/test_equality.py

This file was deleted.

5 changes: 0 additions & 5 deletions bindings/nostr-sdk-ffi/tests/test_generated_bindings.rs

This file was deleted.

14 changes: 0 additions & 14 deletions bindings/nostr-sdk-ffi/tests/test_nip05.py

This file was deleted.

8 changes: 0 additions & 8 deletions bindings/nostr-sdk-ffi/tests/test_to_string.py

This file was deleted.

0 comments on commit ef01ce1

Please sign in to comment.