From 4c88d715eae5b33eca12ba10995d1d5ad1508cfd Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Mon, 16 Dec 2024 12:17:41 +0100 Subject: [PATCH] ffi: use `uniffi` from upstream repo Signed-off-by: Yuki Kishimoto --- Cargo.lock | 18 +++++++++--------- bindings/nostr-sdk-ffi/Cargo.toml | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e324cf911..e97223a9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5863,7 +5863,7 @@ checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" [[package]] name = "uniffi" version = "0.28.0" -source = "git+https://github.com/yukibtc/uniffi-rs?rev=4f98679df9ae2a98effba3b274ff48379041d6d7#4f98679df9ae2a98effba3b274ff48379041d6d7" +source = "git+https://github.com/mozilla/uniffi-rs?rev=cd38ccea8236df7d93aff336c325a3a8e524af5d#cd38ccea8236df7d93aff336c325a3a8e524af5d" dependencies = [ "anyhow", "camino", @@ -5876,7 +5876,7 @@ dependencies = [ [[package]] name = "uniffi_bindgen" version = "0.28.0" -source = "git+https://github.com/yukibtc/uniffi-rs?rev=4f98679df9ae2a98effba3b274ff48379041d6d7#4f98679df9ae2a98effba3b274ff48379041d6d7" +source = "git+https://github.com/mozilla/uniffi-rs?rev=cd38ccea8236df7d93aff336c325a3a8e524af5d#cd38ccea8236df7d93aff336c325a3a8e524af5d" dependencies = [ "anyhow", "askama", @@ -5899,7 +5899,7 @@ dependencies = [ [[package]] name = "uniffi_checksum_derive" version = "0.28.0" -source = "git+https://github.com/yukibtc/uniffi-rs?rev=4f98679df9ae2a98effba3b274ff48379041d6d7#4f98679df9ae2a98effba3b274ff48379041d6d7" +source = "git+https://github.com/mozilla/uniffi-rs?rev=cd38ccea8236df7d93aff336c325a3a8e524af5d#cd38ccea8236df7d93aff336c325a3a8e524af5d" dependencies = [ "quote", "syn 2.0.77", @@ -5908,7 +5908,7 @@ dependencies = [ [[package]] name = "uniffi_core" version = "0.28.0" -source = "git+https://github.com/yukibtc/uniffi-rs?rev=4f98679df9ae2a98effba3b274ff48379041d6d7#4f98679df9ae2a98effba3b274ff48379041d6d7" +source = "git+https://github.com/mozilla/uniffi-rs?rev=cd38ccea8236df7d93aff336c325a3a8e524af5d#cd38ccea8236df7d93aff336c325a3a8e524af5d" dependencies = [ "anyhow", "async-compat", @@ -5923,7 +5923,7 @@ dependencies = [ [[package]] name = "uniffi_macros" version = "0.28.0" -source = "git+https://github.com/yukibtc/uniffi-rs?rev=4f98679df9ae2a98effba3b274ff48379041d6d7#4f98679df9ae2a98effba3b274ff48379041d6d7" +source = "git+https://github.com/mozilla/uniffi-rs?rev=cd38ccea8236df7d93aff336c325a3a8e524af5d#cd38ccea8236df7d93aff336c325a3a8e524af5d" dependencies = [ "bincode", "camino", @@ -5940,7 +5940,7 @@ dependencies = [ [[package]] name = "uniffi_meta" version = "0.28.0" -source = "git+https://github.com/yukibtc/uniffi-rs?rev=4f98679df9ae2a98effba3b274ff48379041d6d7#4f98679df9ae2a98effba3b274ff48379041d6d7" +source = "git+https://github.com/mozilla/uniffi-rs?rev=cd38ccea8236df7d93aff336c325a3a8e524af5d#cd38ccea8236df7d93aff336c325a3a8e524af5d" dependencies = [ "anyhow", "bytes", @@ -5951,7 +5951,7 @@ dependencies = [ [[package]] name = "uniffi_testing" version = "0.28.0" -source = "git+https://github.com/yukibtc/uniffi-rs?rev=4f98679df9ae2a98effba3b274ff48379041d6d7#4f98679df9ae2a98effba3b274ff48379041d6d7" +source = "git+https://github.com/mozilla/uniffi-rs?rev=cd38ccea8236df7d93aff336c325a3a8e524af5d#cd38ccea8236df7d93aff336c325a3a8e524af5d" dependencies = [ "anyhow", "camino", @@ -5963,7 +5963,7 @@ dependencies = [ [[package]] name = "uniffi_udl" version = "0.28.0" -source = "git+https://github.com/yukibtc/uniffi-rs?rev=4f98679df9ae2a98effba3b274ff48379041d6d7#4f98679df9ae2a98effba3b274ff48379041d6d7" +source = "git+https://github.com/mozilla/uniffi-rs?rev=cd38ccea8236df7d93aff336c325a3a8e524af5d#cd38ccea8236df7d93aff336c325a3a8e524af5d" dependencies = [ "anyhow", "textwrap", @@ -6251,7 +6251,7 @@ dependencies = [ [[package]] name = "weedle2" version = "5.0.0" -source = "git+https://github.com/yukibtc/uniffi-rs?rev=4f98679df9ae2a98effba3b274ff48379041d6d7#4f98679df9ae2a98effba3b274ff48379041d6d7" +source = "git+https://github.com/mozilla/uniffi-rs?rev=cd38ccea8236df7d93aff336c325a3a8e524af5d#cd38ccea8236df7d93aff336c325a3a8e524af5d" dependencies = [ "nom", ] diff --git a/bindings/nostr-sdk-ffi/Cargo.toml b/bindings/nostr-sdk-ffi/Cargo.toml index b0a500a1b..07721bdb0 100644 --- a/bindings/nostr-sdk-ffi/Cargo.toml +++ b/bindings/nostr-sdk-ffi/Cargo.toml @@ -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"] }