From a6ca114bac0afa7e207dca7454ee561e43b6ee22 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 2 Nov 2022 14:02:59 +0100 Subject: [PATCH] chore: Upgrade UniFFI --- .github/workflows/bindings_ci.yml | 2 +- Cargo.lock | 12 ++++++------ Cargo.toml | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/bindings_ci.yml b/.github/workflows/bindings_ci.yml index 128eeebac..8698e81bb 100644 --- a/.github/workflows/bindings_ci.yml +++ b/.github/workflows/bindings_ci.yml @@ -17,7 +17,7 @@ env: MATRIX_SDK_CRYPTO_NODEJS_PATH: bindings/matrix-sdk-crypto-nodejs MATRIX_SDK_CRYPTO_JS_PATH: bindings/matrix-sdk-crypto-js # keep in sync with uniffi dependency in root Cargo.toml - UNIFFI_REV: 89b9dd835b470abb339b1bd492c19f7a08ad872f + UNIFFI_REV: 6ee61a46f59736f93b912f3cf45481f005c63115 jobs: xtask-linux: diff --git a/Cargo.lock b/Cargo.lock index a83c1e53f..3f1ece921 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4999,7 +4999,7 @@ checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" [[package]] name = "uniffi" version = "0.21.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=89b9dd835b470abb339b1bd492c19f7a08ad872f#89b9dd835b470abb339b1bd492c19f7a08ad872f" +source = "git+https://github.com/mozilla/uniffi-rs?rev=6ee61a46f59736f93b912f3cf45481f005c63115#6ee61a46f59736f93b912f3cf45481f005c63115" dependencies = [ "anyhow", "bytes", @@ -5015,7 +5015,7 @@ dependencies = [ [[package]] name = "uniffi_bindgen" version = "0.21.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=89b9dd835b470abb339b1bd492c19f7a08ad872f#89b9dd835b470abb339b1bd492c19f7a08ad872f" +source = "git+https://github.com/mozilla/uniffi-rs?rev=6ee61a46f59736f93b912f3cf45481f005c63115#6ee61a46f59736f93b912f3cf45481f005c63115" dependencies = [ "anyhow", "askama", @@ -5037,7 +5037,7 @@ dependencies = [ [[package]] name = "uniffi_build" version = "0.21.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=89b9dd835b470abb339b1bd492c19f7a08ad872f#89b9dd835b470abb339b1bd492c19f7a08ad872f" +source = "git+https://github.com/mozilla/uniffi-rs?rev=6ee61a46f59736f93b912f3cf45481f005c63115#6ee61a46f59736f93b912f3cf45481f005c63115" dependencies = [ "anyhow", "camino", @@ -5047,7 +5047,7 @@ dependencies = [ [[package]] name = "uniffi_macros" version = "0.21.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=89b9dd835b470abb339b1bd492c19f7a08ad872f#89b9dd835b470abb339b1bd492c19f7a08ad872f" +source = "git+https://github.com/mozilla/uniffi-rs?rev=6ee61a46f59736f93b912f3cf45481f005c63115#6ee61a46f59736f93b912f3cf45481f005c63115" dependencies = [ "bincode", "camino", @@ -5065,7 +5065,7 @@ dependencies = [ [[package]] name = "uniffi_meta" version = "0.21.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=89b9dd835b470abb339b1bd492c19f7a08ad872f#89b9dd835b470abb339b1bd492c19f7a08ad872f" +source = "git+https://github.com/mozilla/uniffi-rs?rev=6ee61a46f59736f93b912f3cf45481f005c63115#6ee61a46f59736f93b912f3cf45481f005c63115" dependencies = [ "serde", ] @@ -5374,7 +5374,7 @@ dependencies = [ [[package]] name = "weedle2" version = "4.0.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=89b9dd835b470abb339b1bd492c19f7a08ad872f#89b9dd835b470abb339b1bd492c19f7a08ad872f" +source = "git+https://github.com/mozilla/uniffi-rs?rev=6ee61a46f59736f93b912f3cf45481f005c63115#6ee61a46f59736f93b912f3cf45481f005c63115" dependencies = [ "nom", ] diff --git a/Cargo.toml b/Cargo.toml index 225be9866..d0a218884 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,10 +18,10 @@ resolver = "2" [workspace.dependencies] ruma = { version = "0.7.4", features = ["client-api-c"] } tracing = { version = "0.1.36", default-features = false, features = ["std"] } -uniffi = { git = "https://github.com/mozilla/uniffi-rs", rev = "89b9dd835b470abb339b1bd492c19f7a08ad872f" } -uniffi_macros = { git = "https://github.com/mozilla/uniffi-rs", rev = "89b9dd835b470abb339b1bd492c19f7a08ad872f" } -uniffi_bindgen = { git = "https://github.com/mozilla/uniffi-rs", rev = "89b9dd835b470abb339b1bd492c19f7a08ad872f" } -uniffi_build = { git = "https://github.com/mozilla/uniffi-rs", rev = "89b9dd835b470abb339b1bd492c19f7a08ad872f", features = ["builtin-bindgen"] } +uniffi = { git = "https://github.com/mozilla/uniffi-rs", rev = "6ee61a46f59736f93b912f3cf45481f005c63115" } +uniffi_macros = { git = "https://github.com/mozilla/uniffi-rs", rev = "6ee61a46f59736f93b912f3cf45481f005c63115" } +uniffi_bindgen = { git = "https://github.com/mozilla/uniffi-rs", rev = "6ee61a46f59736f93b912f3cf45481f005c63115" } +uniffi_build = { git = "https://github.com/mozilla/uniffi-rs", rev = "6ee61a46f59736f93b912f3cf45481f005c63115", features = ["builtin-bindgen"] } vodozemac = "0.3.0" zeroize = "1.3.0"