From da50d53fa1525db3c999b8fea72e6de050d99d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristupas=20Antanavi=C4=8Dius?= Date: Fri, 4 Oct 2024 13:05:04 +0300 Subject: [PATCH] chore: Release --- Cargo.lock | 98 +++++++++---------- examples/app/uniffi-bindgen-cli/Cargo.toml | 2 +- examples/arithmetic/Cargo.toml | 6 +- examples/callbacks/Cargo.toml | 6 +- examples/custom-types/Cargo.toml | 6 +- examples/geometry/Cargo.toml | 6 +- examples/rondpoint/Cargo.toml | 6 +- examples/sprites/Cargo.toml | 6 +- examples/todolist/Cargo.toml | 6 +- examples/traits/Cargo.toml | 6 +- fixtures/benchmarks/Cargo.toml | 4 +- fixtures/callbacks/Cargo.toml | 6 +- fixtures/coverall/Cargo.toml | 6 +- fixtures/ext-types/guid/Cargo.toml | 6 +- fixtures/ext-types/http-headermap/Cargo.toml | 6 +- fixtures/ext-types/lib/Cargo.toml | 6 +- fixtures/ext-types/uniffi-one/Cargo.toml | 4 +- fixtures/foreign-executor/Cargo.toml | 6 +- fixtures/futures/Cargo.toml | 6 +- fixtures/keywords/kotlin/Cargo.toml | 6 +- fixtures/keywords/rust/Cargo.toml | 6 +- fixtures/keywords/swift/Cargo.toml | 6 +- fixtures/large-enum/Cargo.toml | 6 +- fixtures/metadata/Cargo.toml | 2 +- fixtures/proc-macro/Cargo.toml | 6 +- .../reexport-scaffolding-macro/Cargo.toml | 4 +- .../ffi-crate/Cargo.toml | 6 +- .../enum-without-i32-helpers/Cargo.toml | 6 +- .../fully-qualified-types/Cargo.toml | 4 +- .../Cargo.toml | 6 +- .../logging-callback-interface/Cargo.toml | 6 +- .../regressions/missing-newline/Cargo.toml | 6 +- .../nested-module-import/Cargo.toml | 4 +- .../swift-callbacks-omit-labels/Cargo.toml | 6 +- .../swift-dictionary-nesting/Cargo.toml | 6 +- .../regressions/unary-result-alias/Cargo.toml | 6 +- fixtures/simple-fns/Cargo.toml | 6 +- fixtures/simple-iface/Cargo.toml | 6 +- .../swift-bridging-header-compile/Cargo.toml | 6 +- fixtures/swift-omit-labels/Cargo.toml | 6 +- fixtures/trait-methods/Cargo.toml | 6 +- fixtures/type-limits/Cargo.toml | 6 +- fixtures/uitests/Cargo.toml | 2 +- fixtures/uniffi-fixture-time/Cargo.toml | 6 +- fixtures/version-mismatch/Cargo.toml | 4 +- uniffi/Cargo.toml | 2 +- 46 files changed, 170 insertions(+), 170 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5da0377ad..c10e278548 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -804,7 +804,7 @@ name = "large-enum" version = "0.22.0" dependencies = [ "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1348,7 +1348,7 @@ version = "0.1.0" dependencies = [ "anyhow", "camino", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", "uniffi_testing 0.3.2+v0.25.0", ] @@ -1539,7 +1539,7 @@ name = "unary-result-alias" version = "0.1.0" dependencies = [ "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1586,7 +1586,7 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "uniffi" -version = "0.3.1+v0.25.0" +version = "0.3.2+v0.25.0" dependencies = [ "anyhow", "camino", @@ -1613,7 +1613,7 @@ dependencies = [ name = "uniffi-bindgen-cli" version = "0.1.0" dependencies = [ - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1621,7 +1621,7 @@ name = "uniffi-example-arithmetic" version = "0.22.0" dependencies = [ "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1629,7 +1629,7 @@ name = "uniffi-example-callbacks" version = "0.22.0" dependencies = [ "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1638,7 +1638,7 @@ version = "0.22.0" dependencies = [ "anyhow", "bytes", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", "url", ] @@ -1648,28 +1648,28 @@ version = "0.22.0" dependencies = [ "async-std", "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] name = "uniffi-example-geometry" version = "0.22.0" dependencies = [ - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] name = "uniffi-example-rondpoint" version = "0.22.0" dependencies = [ - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] name = "uniffi-example-sprites" version = "0.22.0" dependencies = [ - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1678,7 +1678,7 @@ version = "0.22.0" dependencies = [ "once_cell", "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1686,7 +1686,7 @@ name = "uniffi-example-traits" version = "0.22.0" dependencies = [ "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1695,7 +1695,7 @@ version = "0.22.0" dependencies = [ "clap", "criterion", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", "uniffi_bindgen 0.3.2+v0.25.0", ] @@ -1704,7 +1704,7 @@ name = "uniffi-fixture-callbacks" version = "0.22.0" dependencies = [ "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1713,7 +1713,7 @@ version = "0.22.0" dependencies = [ "once_cell", "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1723,7 +1723,7 @@ dependencies = [ "once_cell", "thiserror", "uniffi 0.25.0", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1733,7 +1733,7 @@ dependencies = [ "camino", "glob", "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", "uniffi_bindgen 0.3.2+v0.25.0", "uniffi_testing 0.3.2+v0.25.0", ] @@ -1744,7 +1744,7 @@ version = "0.22.0" dependencies = [ "anyhow", "bytes", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", "uniffi-example-custom-types", "uniffi-fixture-ext-types-external-crate", "uniffi-fixture-ext-types-guid", @@ -1763,7 +1763,7 @@ dependencies = [ "anyhow", "bytes", "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1774,7 +1774,7 @@ dependencies = [ "bytes", "http", "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1783,7 +1783,7 @@ version = "0.22.0" dependencies = [ "anyhow", "bytes", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1792,7 +1792,7 @@ version = "0.22.0" dependencies = [ "anyhow", "bytes", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", "uniffi-example-custom-types", "uniffi-fixture-ext-types-guid", "uniffi-fixture-ext-types-lib-one", @@ -1803,7 +1803,7 @@ dependencies = [ name = "uniffi-fixture-foreign-executor" version = "0.23.0" dependencies = [ - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1813,7 +1813,7 @@ dependencies = [ "once_cell", "thiserror", "tokio", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1821,7 +1821,7 @@ name = "uniffi-fixture-keywords-kotlin" version = "0.22.0" dependencies = [ "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1829,7 +1829,7 @@ name = "uniffi-fixture-keywords-rust" version = "0.22.0" dependencies = [ "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1837,7 +1837,7 @@ name = "uniffi-fixture-keywords-swift" version = "0.22.0" dependencies = [ "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1845,7 +1845,7 @@ name = "uniffi-fixture-logging-callback-interface" version = "0.22.0" dependencies = [ "log", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1853,7 +1853,7 @@ name = "uniffi-fixture-metadata" version = "0.1.0" dependencies = [ "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", "uniffi_core 0.25.0", "uniffi_meta 0.3.2+v0.25.0", ] @@ -1864,7 +1864,7 @@ version = "0.22.0" dependencies = [ "lazy_static", "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1873,7 +1873,7 @@ version = "0.22.0" dependencies = [ "cargo_metadata", "libloading", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", "uniffi-fixture-callbacks", "uniffi-fixture-coverall", "uniffi_bindgen 0.3.2+v0.25.0", @@ -1883,7 +1883,7 @@ dependencies = [ name = "uniffi-fixture-regression-callbacks-omit-labels" version = "0.22.0" dependencies = [ - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1894,7 +1894,7 @@ version = "0.22.0" name = "uniffi-fixture-regression-cdylib-dependency-ffi-crate" version = "0.22.0" dependencies = [ - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", "uniffi-fixture-regression-cdylib-dependency", ] @@ -1902,49 +1902,49 @@ dependencies = [ name = "uniffi-fixture-regression-i1015-fully-qualified-types" version = "0.22.0" dependencies = [ - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] name = "uniffi-fixture-regression-i356-enum-without-int-helpers" version = "0.22.0" dependencies = [ - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] name = "uniffi-fixture-regression-kotlin-experimental-unsigned-types" version = "0.22.0" dependencies = [ - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] name = "uniffi-fixture-regression-missing-newline" version = "0.22.0" dependencies = [ - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] name = "uniffi-fixture-regression-nested-module-import" version = "0.22.0" dependencies = [ - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] name = "uniffi-fixture-regression-swift-dictionary-nesting" version = "0.22.0" dependencies = [ - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] name = "uniffi-fixture-simple-fns" version = "0.22.0" dependencies = [ - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1953,14 +1953,14 @@ version = "0.22.0" dependencies = [ "lazy_static", "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] name = "uniffi-fixture-swift-omit-argument-labels" version = "0.22.0" dependencies = [ - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1969,7 +1969,7 @@ version = "0.22.0" dependencies = [ "chrono", "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -1978,21 +1978,21 @@ version = "0.22.0" dependencies = [ "once_cell", "thiserror", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] name = "uniffi-fixture-type-limits" version = "0.22.0" dependencies = [ - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] name = "uniffi-fixture-version-mismatch" version = "0.22.0" dependencies = [ - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", ] [[package]] @@ -2212,7 +2212,7 @@ version = "0.22.0" dependencies = [ "thiserror", "trybuild", - "uniffi 0.3.1+v0.25.0", + "uniffi 0.3.2+v0.25.0", "uniffi_macros 0.3.2+v0.25.0", ] diff --git a/examples/app/uniffi-bindgen-cli/Cargo.toml b/examples/app/uniffi-bindgen-cli/Cargo.toml index eb19a02040..7a4029cb3d 100644 --- a/examples/app/uniffi-bindgen-cli/Cargo.toml +++ b/examples/app/uniffi-bindgen-cli/Cargo.toml @@ -9,4 +9,4 @@ name = "uniffi-bindgen" path = "uniffi-bindgen.rs" [dependencies] -uniffi = { path = "../../../uniffi", version = "0.3.1", features = ["cli"] } +uniffi = { path = "../../../uniffi", version = "0.3.2", features = ["cli"] } diff --git a/examples/arithmetic/Cargo.toml b/examples/arithmetic/Cargo.toml index 4b7c710bc4..a1fcf97397 100644 --- a/examples/arithmetic/Cargo.toml +++ b/examples/arithmetic/Cargo.toml @@ -11,11 +11,11 @@ crate-type = ["lib", "cdylib"] name = "arithmetical" [dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1" } +uniffi = {path = "../../uniffi", version = "0.3.2" } thiserror = "1.0" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/examples/callbacks/Cargo.toml b/examples/callbacks/Cargo.toml index 93643d5ed7..ffbc36a20d 100644 --- a/examples/callbacks/Cargo.toml +++ b/examples/callbacks/Cargo.toml @@ -11,11 +11,11 @@ crate-type = ["lib", "cdylib"] name = "uniffi_callbacks" [dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1" } +uniffi = {path = "../../uniffi", version = "0.3.2" } thiserror = "1.0" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/examples/custom-types/Cargo.toml b/examples/custom-types/Cargo.toml index f323b9338a..38e7f13978 100644 --- a/examples/custom-types/Cargo.toml +++ b/examples/custom-types/Cargo.toml @@ -13,11 +13,11 @@ name = "custom_types" [dependencies] anyhow = "1" bytes = "1.3" -uniffi = {path = "../../uniffi", version = "0.3.1" } +uniffi = {path = "../../uniffi", version = "0.3.2" } url = "2.2" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/examples/geometry/Cargo.toml b/examples/geometry/Cargo.toml index a846b68558..2e35fa14e1 100644 --- a/examples/geometry/Cargo.toml +++ b/examples/geometry/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["lib", "cdylib"] name = "uniffi_geometry" [dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1" } +uniffi = {path = "../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/examples/rondpoint/Cargo.toml b/examples/rondpoint/Cargo.toml index d7efcae93e..2e3e4212f4 100644 --- a/examples/rondpoint/Cargo.toml +++ b/examples/rondpoint/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["lib", "cdylib"] name = "uniffi_rondpoint" [dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1" } +uniffi = {path = "../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/examples/sprites/Cargo.toml b/examples/sprites/Cargo.toml index cf79a47a1e..a6ff2af82c 100644 --- a/examples/sprites/Cargo.toml +++ b/examples/sprites/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["lib", "cdylib"] name = "uniffi_sprites" [dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1" } +uniffi = {path = "../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/examples/todolist/Cargo.toml b/examples/todolist/Cargo.toml index dcd139ccfa..552327d7d5 100644 --- a/examples/todolist/Cargo.toml +++ b/examples/todolist/Cargo.toml @@ -11,12 +11,12 @@ crate-type = ["lib", "cdylib"] name = "uniffi_todolist" [dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1" } +uniffi = {path = "../../uniffi", version = "0.3.2" } once_cell = "1.12" thiserror = "1.0" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/examples/traits/Cargo.toml b/examples/traits/Cargo.toml index 632c4a9ed2..1e53def713 100644 --- a/examples/traits/Cargo.toml +++ b/examples/traits/Cargo.toml @@ -11,12 +11,12 @@ crate-type = ["lib", "cdylib"] name = "uniffi_traits" [dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1" } +uniffi = {path = "../../uniffi", version = "0.3.2" } thiserror = "1.0" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/benchmarks/Cargo.toml b/fixtures/benchmarks/Cargo.toml index 0a323a2161..62071e0ab2 100644 --- a/fixtures/benchmarks/Cargo.toml +++ b/fixtures/benchmarks/Cargo.toml @@ -12,12 +12,12 @@ name = "uniffi_benchmarks" bench = false [dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1" } +uniffi = {path = "../../uniffi", version = "0.3.2" } clap = { version = "4", features = ["cargo", "std", "derive"] } criterion = "0.5.1" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] uniffi_bindgen = {path = "../../uniffi_bindgen"} diff --git a/fixtures/callbacks/Cargo.toml b/fixtures/callbacks/Cargo.toml index c2f8325a27..a3769665a2 100644 --- a/fixtures/callbacks/Cargo.toml +++ b/fixtures/callbacks/Cargo.toml @@ -11,11 +11,11 @@ crate-type = ["lib", "cdylib"] name = "uniffi_fixture_callbacks" [dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1" } +uniffi = {path = "../../uniffi", version = "0.3.2" } thiserror = "1.0" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/coverall/Cargo.toml b/fixtures/coverall/Cargo.toml index 0c5d6a5534..03172c5bb2 100644 --- a/fixtures/coverall/Cargo.toml +++ b/fixtures/coverall/Cargo.toml @@ -11,12 +11,12 @@ crate-type = ["lib", "cdylib"] name = "uniffi_coverall" [dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1" } +uniffi = {path = "../../uniffi", version = "0.3.2" } once_cell = "1.12" thiserror = "1.0" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/ext-types/guid/Cargo.toml b/fixtures/ext-types/guid/Cargo.toml index 33d2c36604..64bf7a0009 100644 --- a/fixtures/ext-types/guid/Cargo.toml +++ b/fixtures/ext-types/guid/Cargo.toml @@ -14,10 +14,10 @@ name = "ext_types_guid" anyhow = "1" bytes = "1.3" thiserror = "1.0" -uniffi = {path = "../../../uniffi", version = "0.3.1" } +uniffi = {path = "../../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/ext-types/http-headermap/Cargo.toml b/fixtures/ext-types/http-headermap/Cargo.toml index 255db0307c..ca7760a7ca 100644 --- a/fixtures/ext-types/http-headermap/Cargo.toml +++ b/fixtures/ext-types/http-headermap/Cargo.toml @@ -14,10 +14,10 @@ anyhow = "1" bytes = "1.3" http = "0.2.9" thiserror = "1.0" -uniffi = {path = "../../../uniffi", version = "0.3.1" } +uniffi = {path = "../../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/ext-types/lib/Cargo.toml b/fixtures/ext-types/lib/Cargo.toml index e7f07752bd..730711c199 100644 --- a/fixtures/ext-types/lib/Cargo.toml +++ b/fixtures/ext-types/lib/Cargo.toml @@ -21,7 +21,7 @@ name = "uniffi_ext_types_lib" [dependencies] anyhow = "1" bytes = "1.3" -uniffi = {path = "../../../uniffi", version = "0.3.1" } +uniffi = {path = "../../../uniffi", version = "0.3.2" } uniffi-fixture-ext-types-external-crate = {path = "../external-crate"} uniffi-fixture-ext-types-lib-one = {path = "../uniffi-one"} @@ -33,7 +33,7 @@ uniffi-example-custom-types = {path = "../../../examples/custom-types"} url = "2.2" [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/ext-types/uniffi-one/Cargo.toml b/fixtures/ext-types/uniffi-one/Cargo.toml index 7ed5c14fa8..fc0fcc15cd 100644 --- a/fixtures/ext-types/uniffi-one/Cargo.toml +++ b/fixtures/ext-types/uniffi-one/Cargo.toml @@ -14,7 +14,7 @@ name = "uniffi_one" [dependencies] anyhow = "1" bytes = "1.3" -uniffi = {path = "../../../uniffi", version = "0.3.1" } +uniffi = {path = "../../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["build"] } diff --git a/fixtures/foreign-executor/Cargo.toml b/fixtures/foreign-executor/Cargo.toml index df1e691d2c..c857d6a248 100644 --- a/fixtures/foreign-executor/Cargo.toml +++ b/fixtures/foreign-executor/Cargo.toml @@ -10,10 +10,10 @@ crate-type = ["lib", "cdylib"] name = "uniffi_fixture_foreign_executor" [dependencies] -uniffi = { path = "../../uniffi", version = "0.3.1" } +uniffi = { path = "../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = { path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = { path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = { path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = { path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/futures/Cargo.toml b/fixtures/futures/Cargo.toml index e348660e6c..4a3bf72c79 100644 --- a/fixtures/futures/Cargo.toml +++ b/fixtures/futures/Cargo.toml @@ -15,13 +15,13 @@ name = "uniffi-fixtures-futures" path = "src/bin.rs" [dependencies] -uniffi = { path = "../../uniffi", version = "0.3.1", features = ["tokio", "cli"] } +uniffi = { path = "../../uniffi", version = "0.3.2", features = ["tokio", "cli"] } thiserror = "1.0" tokio = { version = "1.24.1", features = ["time", "sync"] } once_cell = "1.18.0" [build-dependencies] -uniffi = { path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = { path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = { path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = { path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/keywords/kotlin/Cargo.toml b/fixtures/keywords/kotlin/Cargo.toml index 5e58e91d08..c2aacbea5f 100644 --- a/fixtures/keywords/kotlin/Cargo.toml +++ b/fixtures/keywords/kotlin/Cargo.toml @@ -11,10 +11,10 @@ name = "uniffi_keywords_kotlin" [dependencies] thiserror = "1.0" -uniffi = {path = "../../../uniffi", version = "0.3.1" } +uniffi = {path = "../../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/keywords/rust/Cargo.toml b/fixtures/keywords/rust/Cargo.toml index 90685de384..ffc7cf1512 100644 --- a/fixtures/keywords/rust/Cargo.toml +++ b/fixtures/keywords/rust/Cargo.toml @@ -11,10 +11,10 @@ name = "uniffi_keywords_rust" [dependencies] thiserror = "1.0" -uniffi = {path = "../../../uniffi", version = "0.3.1" } +uniffi = {path = "../../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/keywords/swift/Cargo.toml b/fixtures/keywords/swift/Cargo.toml index c284edc2d3..95b9bb8e2e 100644 --- a/fixtures/keywords/swift/Cargo.toml +++ b/fixtures/keywords/swift/Cargo.toml @@ -11,10 +11,10 @@ name = "uniffi_keywords_swift" [dependencies] thiserror = "1.0" -uniffi = {path = "../../../uniffi", version = "0.3.1" } +uniffi = {path = "../../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/large-enum/Cargo.toml b/fixtures/large-enum/Cargo.toml index 4d7977f4d6..a4aa0e31fd 100644 --- a/fixtures/large-enum/Cargo.toml +++ b/fixtures/large-enum/Cargo.toml @@ -11,11 +11,11 @@ crate-type = ["lib", "cdylib"] name = "large_enum" [dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1" } +uniffi = {path = "../../uniffi", version = "0.3.2" } thiserror = "1.0" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/metadata/Cargo.toml b/fixtures/metadata/Cargo.toml index d497a807fa..54a57df310 100644 --- a/fixtures/metadata/Cargo.toml +++ b/fixtures/metadata/Cargo.toml @@ -10,6 +10,6 @@ name = "uniffi_fixture_metadata" [dependencies] thiserror = "1.0" -uniffi = { path = "../../uniffi", version = "0.3.1" } +uniffi = { path = "../../uniffi", version = "0.3.2" } uniffi_meta = { path = "../../uniffi_meta" } uniffi_core = { path = "../../uniffi_core" } diff --git a/fixtures/proc-macro/Cargo.toml b/fixtures/proc-macro/Cargo.toml index 255d4ef243..4c3296109e 100644 --- a/fixtures/proc-macro/Cargo.toml +++ b/fixtures/proc-macro/Cargo.toml @@ -11,12 +11,12 @@ name = "uniffi_proc_macro" crate-type = ["lib", "cdylib"] [dependencies] -uniffi = { path = "../../uniffi", version = "0.3.1" } +uniffi = { path = "../../uniffi", version = "0.3.2" } thiserror = "1.0" lazy_static = "1.4" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/reexport-scaffolding-macro/Cargo.toml b/fixtures/reexport-scaffolding-macro/Cargo.toml index 0663e6ccf4..1abd7c7471 100644 --- a/fixtures/reexport-scaffolding-macro/Cargo.toml +++ b/fixtures/reexport-scaffolding-macro/Cargo.toml @@ -15,10 +15,10 @@ crate-type = ["lib", "cdylib"] [dependencies] uniffi-fixture-callbacks = { path = "../callbacks" } uniffi-fixture-coverall = { path = "../coverall" } -uniffi = { path = "../../uniffi", version = "0.3.1" } +uniffi = { path = "../../uniffi", version = "0.3.2" } uniffi_bindgen = { path = "../../uniffi_bindgen" } [dev-dependencies] cargo_metadata = "0.15" libloading = "0.7" -uniffi = { path = "../../uniffi", version = "0.3.1" } +uniffi = { path = "../../uniffi", version = "0.3.2" } diff --git a/fixtures/regressions/cdylib-crate-type-dependency/ffi-crate/Cargo.toml b/fixtures/regressions/cdylib-crate-type-dependency/ffi-crate/Cargo.toml index 774ac35fbc..73398159ea 100644 --- a/fixtures/regressions/cdylib-crate-type-dependency/ffi-crate/Cargo.toml +++ b/fixtures/regressions/cdylib-crate-type-dependency/ffi-crate/Cargo.toml @@ -11,11 +11,11 @@ crate-type = ["lib", "cdylib"] name = "uniffi_empty" [dependencies] -uniffi = {path = "../../../../uniffi", version = "0.3.1" } +uniffi = {path = "../../../../uniffi", version = "0.3.2" } uniffi-fixture-regression-cdylib-dependency = {path = "../cdylib-dependency"} [build-dependencies] -uniffi = {path = "../../../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/regressions/enum-without-i32-helpers/Cargo.toml b/fixtures/regressions/enum-without-i32-helpers/Cargo.toml index 9a94a99052..a54bf7ba98 100644 --- a/fixtures/regressions/enum-without-i32-helpers/Cargo.toml +++ b/fixtures/regressions/enum-without-i32-helpers/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["lib", "cdylib"] name = "uniffi_regression_test_i356" [dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1" } +uniffi = {path = "../../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/regressions/fully-qualified-types/Cargo.toml b/fixtures/regressions/fully-qualified-types/Cargo.toml index d1989aa18f..17d3a944aa 100644 --- a/fixtures/regressions/fully-qualified-types/Cargo.toml +++ b/fixtures/regressions/fully-qualified-types/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["lib", "cdylib"] name = "uniffi_regression_test_i1015" [dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1" } +uniffi = {path = "../../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["build"] } diff --git a/fixtures/regressions/kotlin-experimental-unsigned-types/Cargo.toml b/fixtures/regressions/kotlin-experimental-unsigned-types/Cargo.toml index 9137ed9a42..55a1beefac 100644 --- a/fixtures/regressions/kotlin-experimental-unsigned-types/Cargo.toml +++ b/fixtures/regressions/kotlin-experimental-unsigned-types/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["lib", "cdylib"] name = "uniffi_regression_test_kt_unsigned_types" [dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1" } +uniffi = {path = "../../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/regressions/logging-callback-interface/Cargo.toml b/fixtures/regressions/logging-callback-interface/Cargo.toml index 33728c0d9d..36dd69ea7e 100644 --- a/fixtures/regressions/logging-callback-interface/Cargo.toml +++ b/fixtures/regressions/logging-callback-interface/Cargo.toml @@ -11,10 +11,10 @@ name = "uniffi_regression_logging_callback_interface" [dependencies] log = "0.4" -uniffi = {path = "../../../uniffi", version = "0.3.1" } +uniffi = {path = "../../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/regressions/missing-newline/Cargo.toml b/fixtures/regressions/missing-newline/Cargo.toml index 4e31056d59..3678f34f72 100644 --- a/fixtures/regressions/missing-newline/Cargo.toml +++ b/fixtures/regressions/missing-newline/Cargo.toml @@ -10,10 +10,10 @@ crate-type = ["lib", "cdylib"] name = "uniffi_regression_test_missing_newline" [dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1" } +uniffi = {path = "../../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/regressions/nested-module-import/Cargo.toml b/fixtures/regressions/nested-module-import/Cargo.toml index 2e5e713d66..895f7676f4 100644 --- a/fixtures/regressions/nested-module-import/Cargo.toml +++ b/fixtures/regressions/nested-module-import/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["lib", "cdylib"] name = "uniffi_regression_test_nested_module_import" [dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1" } +uniffi = {path = "../../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["build"] } diff --git a/fixtures/regressions/swift-callbacks-omit-labels/Cargo.toml b/fixtures/regressions/swift-callbacks-omit-labels/Cargo.toml index 331b1ee918..2af258c9fc 100644 --- a/fixtures/regressions/swift-callbacks-omit-labels/Cargo.toml +++ b/fixtures/regressions/swift-callbacks-omit-labels/Cargo.toml @@ -10,10 +10,10 @@ crate-type = ["lib", "cdylib"] name = "uniffi_regression_test_callbacks_omit_labels" [dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1" } +uniffi = {path = "../../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/regressions/swift-dictionary-nesting/Cargo.toml b/fixtures/regressions/swift-dictionary-nesting/Cargo.toml index 24d7e4cc4b..c2d0941439 100644 --- a/fixtures/regressions/swift-dictionary-nesting/Cargo.toml +++ b/fixtures/regressions/swift-dictionary-nesting/Cargo.toml @@ -10,10 +10,10 @@ crate-type = ["lib", "cdylib"] name = "uniffi_regression_test_swift_dictionary_nesting" [dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1" } +uniffi = {path = "../../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/regressions/unary-result-alias/Cargo.toml b/fixtures/regressions/unary-result-alias/Cargo.toml index 6dfce5234a..5767e035af 100644 --- a/fixtures/regressions/unary-result-alias/Cargo.toml +++ b/fixtures/regressions/unary-result-alias/Cargo.toml @@ -10,11 +10,11 @@ name = "uniffi_unary_result_alias" crate-type = ["lib", "cdylib"] [dependencies] -uniffi = { path = "../../../uniffi", version = "0.3.1" } +uniffi = { path = "../../../uniffi", version = "0.3.2" } thiserror = "1.0" [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/simple-fns/Cargo.toml b/fixtures/simple-fns/Cargo.toml index 45a9fbe880..9de617821c 100644 --- a/fixtures/simple-fns/Cargo.toml +++ b/fixtures/simple-fns/Cargo.toml @@ -11,10 +11,10 @@ name = "uniffi_simple_fns" crate-type = ["lib", "cdylib"] [dependencies] -uniffi = { path = "../../uniffi", version = "0.3.1" } +uniffi = { path = "../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/simple-iface/Cargo.toml b/fixtures/simple-iface/Cargo.toml index b1130f9c33..42e9516efe 100644 --- a/fixtures/simple-iface/Cargo.toml +++ b/fixtures/simple-iface/Cargo.toml @@ -11,12 +11,12 @@ name = "uniffi_simple_iface" crate-type = ["lib", "cdylib"] [dependencies] -uniffi = { path = "../../uniffi", version = "0.3.1" } +uniffi = { path = "../../uniffi", version = "0.3.2" } thiserror = "1.0" lazy_static = "1.4" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/swift-bridging-header-compile/Cargo.toml b/fixtures/swift-bridging-header-compile/Cargo.toml index c0dc7ca010..1db6f815ae 100644 --- a/fixtures/swift-bridging-header-compile/Cargo.toml +++ b/fixtures/swift-bridging-header-compile/Cargo.toml @@ -10,13 +10,13 @@ name = "uniffi_swift_bridging_header_compiler" crate-type = ["lib", "cdylib"] [dependencies] -uniffi = { path = "../../uniffi", version = "0.3.1" } +uniffi = { path = "../../uniffi", version = "0.3.2" } camino = "1.0.8" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests", "cli"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests", "cli"] } uniffi_testing = { path = "../../uniffi_testing" } anyhow = "1" diff --git a/fixtures/swift-omit-labels/Cargo.toml b/fixtures/swift-omit-labels/Cargo.toml index 29aff4b436..4f8f0487eb 100644 --- a/fixtures/swift-omit-labels/Cargo.toml +++ b/fixtures/swift-omit-labels/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["lib", "cdylib"] name = "uniffi_omit_argument_labels" [dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1" } +uniffi = {path = "../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/trait-methods/Cargo.toml b/fixtures/trait-methods/Cargo.toml index dd3198ff19..cca00f6939 100644 --- a/fixtures/trait-methods/Cargo.toml +++ b/fixtures/trait-methods/Cargo.toml @@ -10,13 +10,13 @@ crate-type = ["lib", "cdylib"] name = "uniffi_trait_methods" [dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1" } +uniffi = {path = "../../uniffi", version = "0.3.2" } once_cell = "1.12" thiserror = "1.0" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/type-limits/Cargo.toml b/fixtures/type-limits/Cargo.toml index 3d46e31a61..fd3698baef 100644 --- a/fixtures/type-limits/Cargo.toml +++ b/fixtures/type-limits/Cargo.toml @@ -10,10 +10,10 @@ name = "uniffi_type_limits" crate-type = ["lib", "cdylib"] [dependencies] -uniffi = { path = "../../uniffi", version = "0.3.1" } +uniffi = { path = "../../uniffi", version = "0.3.2" } [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/uitests/Cargo.toml b/fixtures/uitests/Cargo.toml index e0dbb46f6c..0fcdb9edcb 100644 --- a/fixtures/uitests/Cargo.toml +++ b/fixtures/uitests/Cargo.toml @@ -10,7 +10,7 @@ publish = false name = "uniffi_uitests" [dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1" } +uniffi = {path = "../../uniffi", version = "0.3.2" } uniffi_macros = {path = "../../uniffi_macros"} thiserror = "1.0" diff --git a/fixtures/uniffi-fixture-time/Cargo.toml b/fixtures/uniffi-fixture-time/Cargo.toml index 21de771bc8..14afd05caf 100644 --- a/fixtures/uniffi-fixture-time/Cargo.toml +++ b/fixtures/uniffi-fixture-time/Cargo.toml @@ -11,12 +11,12 @@ crate-type = ["lib", "cdylib"] name = "uniffi_chronological" [dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1" } +uniffi = {path = "../../uniffi", version = "0.3.2" } thiserror = "1.0" chrono = { version = "0.4.23", default-features = false, features = ["alloc", "std"] } [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.2", features = ["bindgen-tests"] } diff --git a/fixtures/version-mismatch/Cargo.toml b/fixtures/version-mismatch/Cargo.toml index 1c8893c847..cfc696840f 100644 --- a/fixtures/version-mismatch/Cargo.toml +++ b/fixtures/version-mismatch/Cargo.toml @@ -20,7 +20,7 @@ default = [] proc_macro_v2 = [] [dependencies] -uniffi = { path = "../../uniffi", version = "0.3.1", features = ["cli"]} +uniffi = { path = "../../uniffi", version = "0.3.2", features = ["cli"]} [build-dependencies] -uniffi = { path = "../../uniffi", version = "0.3.1", features = ["build"] } +uniffi = { path = "../../uniffi", version = "0.3.2", features = ["build"] } diff --git a/uniffi/Cargo.toml b/uniffi/Cargo.toml index 9f5e34e228..1741ad4ad5 100644 --- a/uniffi/Cargo.toml +++ b/uniffi/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/mozilla/uniffi-rs" # Incrementing the minor version here means a breaking change to consumers. # * See `docs/uniffi-versioning.md` for guidance on when to increment this # * Make sure to also update `uniffi_bindgen::UNIFFI_CONTRACT_VERSION" -version = "0.3.1+v0.25.0" +version = "0.3.2+v0.25.0" authors = ["Firefox Sync Team "] license = "MPL-2.0" edition = "2021"