From 1a5dc527165589456c3d7233107917e065192b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristupas=20Antanavi=C4=8Dius?= Date: Wed, 24 Jan 2024 15:35:10 +0200 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 ec9fba2d52..42db2509f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -804,7 +804,7 @@ name = "large-enum" version = "0.22.0" dependencies = [ "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1348,7 +1348,7 @@ version = "0.1.0" dependencies = [ "anyhow", "camino", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", "uniffi_testing 0.3.1+v0.25.0", ] @@ -1539,7 +1539,7 @@ name = "unary-result-alias" version = "0.1.0" dependencies = [ "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1586,7 +1586,7 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "uniffi" -version = "0.3.0+v0.25.0" +version = "0.3.1+v0.25.0" dependencies = [ "anyhow", "camino", @@ -1613,7 +1613,7 @@ dependencies = [ name = "uniffi-bindgen-cli" version = "0.1.0" dependencies = [ - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1621,7 +1621,7 @@ name = "uniffi-example-arithmetic" version = "0.22.0" dependencies = [ "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1629,7 +1629,7 @@ name = "uniffi-example-callbacks" version = "0.22.0" dependencies = [ "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1638,7 +1638,7 @@ version = "0.22.0" dependencies = [ "anyhow", "bytes", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", "url", ] @@ -1648,28 +1648,28 @@ version = "0.22.0" dependencies = [ "async-std", "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] name = "uniffi-example-geometry" version = "0.22.0" dependencies = [ - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] name = "uniffi-example-rondpoint" version = "0.22.0" dependencies = [ - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] name = "uniffi-example-sprites" version = "0.22.0" dependencies = [ - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1678,7 +1678,7 @@ version = "0.22.0" dependencies = [ "once_cell", "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1686,7 +1686,7 @@ name = "uniffi-example-traits" version = "0.22.0" dependencies = [ "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1695,7 +1695,7 @@ version = "0.22.0" dependencies = [ "clap", "criterion", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", "uniffi_bindgen 0.3.1+v0.25.0", ] @@ -1704,7 +1704,7 @@ name = "uniffi-fixture-callbacks" version = "0.22.0" dependencies = [ "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1713,7 +1713,7 @@ version = "0.22.0" dependencies = [ "once_cell", "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1723,7 +1723,7 @@ dependencies = [ "once_cell", "thiserror", "uniffi 0.25.0", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1733,7 +1733,7 @@ dependencies = [ "camino", "glob", "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", "uniffi_bindgen 0.3.1+v0.25.0", "uniffi_testing 0.3.1+v0.25.0", ] @@ -1744,7 +1744,7 @@ version = "0.22.0" dependencies = [ "anyhow", "bytes", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+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.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1774,7 +1774,7 @@ dependencies = [ "bytes", "http", "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1783,7 +1783,7 @@ version = "0.22.0" dependencies = [ "anyhow", "bytes", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1792,7 +1792,7 @@ version = "0.22.0" dependencies = [ "anyhow", "bytes", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+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.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1813,7 +1813,7 @@ dependencies = [ "once_cell", "thiserror", "tokio", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1821,7 +1821,7 @@ name = "uniffi-fixture-keywords-kotlin" version = "0.22.0" dependencies = [ "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1829,7 +1829,7 @@ name = "uniffi-fixture-keywords-rust" version = "0.22.0" dependencies = [ "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1837,7 +1837,7 @@ name = "uniffi-fixture-keywords-swift" version = "0.22.0" dependencies = [ "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1845,7 +1845,7 @@ name = "uniffi-fixture-logging-callback-interface" version = "0.22.0" dependencies = [ "log", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1853,7 +1853,7 @@ name = "uniffi-fixture-metadata" version = "0.1.0" dependencies = [ "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", "uniffi_core 0.25.0", "uniffi_meta 0.3.1+v0.25.0", ] @@ -1864,7 +1864,7 @@ version = "0.22.0" dependencies = [ "lazy_static", "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1873,7 +1873,7 @@ version = "0.22.0" dependencies = [ "cargo_metadata", "libloading", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", "uniffi-fixture-callbacks", "uniffi-fixture-coverall", "uniffi_bindgen 0.3.1+v0.25.0", @@ -1883,7 +1883,7 @@ dependencies = [ name = "uniffi-fixture-regression-callbacks-omit-labels" version = "0.22.0" dependencies = [ - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+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.0+v0.25.0", + "uniffi 0.3.1+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.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] name = "uniffi-fixture-regression-i356-enum-without-int-helpers" version = "0.22.0" dependencies = [ - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] name = "uniffi-fixture-regression-kotlin-experimental-unsigned-types" version = "0.22.0" dependencies = [ - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] name = "uniffi-fixture-regression-missing-newline" version = "0.22.0" dependencies = [ - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] name = "uniffi-fixture-regression-nested-module-import" version = "0.22.0" dependencies = [ - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] name = "uniffi-fixture-regression-swift-dictionary-nesting" version = "0.22.0" dependencies = [ - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] name = "uniffi-fixture-simple-fns" version = "0.22.0" dependencies = [ - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1953,14 +1953,14 @@ version = "0.22.0" dependencies = [ "lazy_static", "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] name = "uniffi-fixture-swift-omit-argument-labels" version = "0.22.0" dependencies = [ - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1969,7 +1969,7 @@ version = "0.22.0" dependencies = [ "chrono", "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -1978,21 +1978,21 @@ version = "0.22.0" dependencies = [ "once_cell", "thiserror", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] name = "uniffi-fixture-type-limits" version = "0.22.0" dependencies = [ - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] name = "uniffi-fixture-version-mismatch" version = "0.22.0" dependencies = [ - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", ] [[package]] @@ -2212,7 +2212,7 @@ version = "0.22.0" dependencies = [ "thiserror", "trybuild", - "uniffi 0.3.0+v0.25.0", + "uniffi 0.3.1+v0.25.0", "uniffi_macros 0.3.1+v0.25.0", ] diff --git a/examples/app/uniffi-bindgen-cli/Cargo.toml b/examples/app/uniffi-bindgen-cli/Cargo.toml index 2e8f2a5721..eb19a02040 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.0", features = ["cli"] } +uniffi = { path = "../../../uniffi", version = "0.3.1", features = ["cli"] } diff --git a/examples/arithmetic/Cargo.toml b/examples/arithmetic/Cargo.toml index 2e4c444336..4b7c710bc4 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.0" } +uniffi = {path = "../../uniffi", version = "0.3.1" } thiserror = "1.0" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/examples/callbacks/Cargo.toml b/examples/callbacks/Cargo.toml index 2cc88534ae..93643d5ed7 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.0" } +uniffi = {path = "../../uniffi", version = "0.3.1" } thiserror = "1.0" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/examples/custom-types/Cargo.toml b/examples/custom-types/Cargo.toml index 1a4f76ebdc..f323b9338a 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.0" } +uniffi = {path = "../../uniffi", version = "0.3.1" } url = "2.2" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/examples/geometry/Cargo.toml b/examples/geometry/Cargo.toml index 31624e5028..a846b68558 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.0" } +uniffi = {path = "../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/examples/rondpoint/Cargo.toml b/examples/rondpoint/Cargo.toml index e150d546e7..d7efcae93e 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.0" } +uniffi = {path = "../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/examples/sprites/Cargo.toml b/examples/sprites/Cargo.toml index 255742890e..cf79a47a1e 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.0" } +uniffi = {path = "../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/examples/todolist/Cargo.toml b/examples/todolist/Cargo.toml index 93f59ae928..dcd139ccfa 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.0" } +uniffi = {path = "../../uniffi", version = "0.3.1" } once_cell = "1.12" thiserror = "1.0" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/examples/traits/Cargo.toml b/examples/traits/Cargo.toml index b4838dcd0e..632c4a9ed2 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.0" } +uniffi = {path = "../../uniffi", version = "0.3.1" } thiserror = "1.0" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/benchmarks/Cargo.toml b/fixtures/benchmarks/Cargo.toml index 33c9883c42..0a323a2161 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.0" } +uniffi = {path = "../../uniffi", version = "0.3.1" } clap = { version = "4", features = ["cargo", "std", "derive"] } criterion = "0.5.1" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] uniffi_bindgen = {path = "../../uniffi_bindgen"} diff --git a/fixtures/callbacks/Cargo.toml b/fixtures/callbacks/Cargo.toml index 376d6d9609..c2f8325a27 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.0" } +uniffi = {path = "../../uniffi", version = "0.3.1" } thiserror = "1.0" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/coverall/Cargo.toml b/fixtures/coverall/Cargo.toml index 2932bbf072..0c5d6a5534 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.0" } +uniffi = {path = "../../uniffi", version = "0.3.1" } once_cell = "1.12" thiserror = "1.0" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/ext-types/guid/Cargo.toml b/fixtures/ext-types/guid/Cargo.toml index b4b28a8c11..33d2c36604 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.0" } +uniffi = {path = "../../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/ext-types/http-headermap/Cargo.toml b/fixtures/ext-types/http-headermap/Cargo.toml index 88dbb55db7..255db0307c 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.0" } +uniffi = {path = "../../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/ext-types/lib/Cargo.toml b/fixtures/ext-types/lib/Cargo.toml index 3505692d99..e7f07752bd 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.0" } +uniffi = {path = "../../../uniffi", version = "0.3.1" } 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.0", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/ext-types/uniffi-one/Cargo.toml b/fixtures/ext-types/uniffi-one/Cargo.toml index 799ed1adcc..7ed5c14fa8 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.0" } +uniffi = {path = "../../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } diff --git a/fixtures/foreign-executor/Cargo.toml b/fixtures/foreign-executor/Cargo.toml index 7451205aef..df1e691d2c 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.0" } +uniffi = { path = "../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = { path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = { path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = { path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = { path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/futures/Cargo.toml b/fixtures/futures/Cargo.toml index c97cf80f24..e348660e6c 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.0", features = ["tokio", "cli"] } +uniffi = { path = "../../uniffi", version = "0.3.1", 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.0", features = ["build"] } +uniffi = { path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = { path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = { path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/keywords/kotlin/Cargo.toml b/fixtures/keywords/kotlin/Cargo.toml index c0f1f77af1..5e58e91d08 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.0" } +uniffi = {path = "../../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/keywords/rust/Cargo.toml b/fixtures/keywords/rust/Cargo.toml index 0a9d727d22..90685de384 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.0" } +uniffi = {path = "../../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/keywords/swift/Cargo.toml b/fixtures/keywords/swift/Cargo.toml index e23a7703ed..c284edc2d3 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.0" } +uniffi = {path = "../../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/large-enum/Cargo.toml b/fixtures/large-enum/Cargo.toml index 70b58c7051..4d7977f4d6 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.0" } +uniffi = {path = "../../uniffi", version = "0.3.1" } thiserror = "1.0" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/metadata/Cargo.toml b/fixtures/metadata/Cargo.toml index c23aaacabd..d497a807fa 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.0" } +uniffi = { path = "../../uniffi", version = "0.3.1" } 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 bd56fb20f4..255d4ef243 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.0" } +uniffi = { path = "../../uniffi", version = "0.3.1" } thiserror = "1.0" lazy_static = "1.4" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/reexport-scaffolding-macro/Cargo.toml b/fixtures/reexport-scaffolding-macro/Cargo.toml index 96e3677bf0..0663e6ccf4 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.0" } +uniffi = { path = "../../uniffi", version = "0.3.1" } uniffi_bindgen = { path = "../../uniffi_bindgen" } [dev-dependencies] cargo_metadata = "0.15" libloading = "0.7" -uniffi = { path = "../../uniffi", version = "0.3.0" } +uniffi = { path = "../../uniffi", version = "0.3.1" } 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 20d4960469..774ac35fbc 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.0" } +uniffi = {path = "../../../../uniffi", version = "0.3.1" } uniffi-fixture-regression-cdylib-dependency = {path = "../cdylib-dependency"} [build-dependencies] -uniffi = {path = "../../../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/regressions/enum-without-i32-helpers/Cargo.toml b/fixtures/regressions/enum-without-i32-helpers/Cargo.toml index 4b84b37d4c..9a94a99052 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.0" } +uniffi = {path = "../../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/regressions/fully-qualified-types/Cargo.toml b/fixtures/regressions/fully-qualified-types/Cargo.toml index e070554b26..d1989aa18f 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.0" } +uniffi = {path = "../../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } diff --git a/fixtures/regressions/kotlin-experimental-unsigned-types/Cargo.toml b/fixtures/regressions/kotlin-experimental-unsigned-types/Cargo.toml index a272cf18f6..9137ed9a42 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.0" } +uniffi = {path = "../../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/regressions/logging-callback-interface/Cargo.toml b/fixtures/regressions/logging-callback-interface/Cargo.toml index 817c8c2c09..33728c0d9d 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.0" } +uniffi = {path = "../../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/regressions/missing-newline/Cargo.toml b/fixtures/regressions/missing-newline/Cargo.toml index b75a0c0ec2..4e31056d59 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.0" } +uniffi = {path = "../../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/regressions/nested-module-import/Cargo.toml b/fixtures/regressions/nested-module-import/Cargo.toml index be32d2ea5c..2e5e713d66 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.0" } +uniffi = {path = "../../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } diff --git a/fixtures/regressions/swift-callbacks-omit-labels/Cargo.toml b/fixtures/regressions/swift-callbacks-omit-labels/Cargo.toml index 5d12076651..331b1ee918 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.0" } +uniffi = {path = "../../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/regressions/swift-dictionary-nesting/Cargo.toml b/fixtures/regressions/swift-dictionary-nesting/Cargo.toml index 2e07fb3860..24d7e4cc4b 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.0" } +uniffi = {path = "../../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/regressions/unary-result-alias/Cargo.toml b/fixtures/regressions/unary-result-alias/Cargo.toml index ab7b9e13fb..6dfce5234a 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.0" } +uniffi = { path = "../../../uniffi", version = "0.3.1" } thiserror = "1.0" [build-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/simple-fns/Cargo.toml b/fixtures/simple-fns/Cargo.toml index e2af8be5d0..45a9fbe880 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.0" } +uniffi = { path = "../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/simple-iface/Cargo.toml b/fixtures/simple-iface/Cargo.toml index 1edad6bb8f..b1130f9c33 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.0" } +uniffi = { path = "../../uniffi", version = "0.3.1" } thiserror = "1.0" lazy_static = "1.4" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/swift-bridging-header-compile/Cargo.toml b/fixtures/swift-bridging-header-compile/Cargo.toml index 76479d4768..c0dc7ca010 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.0" } +uniffi = { path = "../../uniffi", version = "0.3.1" } camino = "1.0.8" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests", "cli"] } +uniffi = {path = "../../uniffi", version = "0.3.1", 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 06492c0a41..29aff4b436 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.0" } +uniffi = {path = "../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/trait-methods/Cargo.toml b/fixtures/trait-methods/Cargo.toml index fc4bd40735..dd3198ff19 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.0" } +uniffi = {path = "../../uniffi", version = "0.3.1" } once_cell = "1.12" thiserror = "1.0" [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/type-limits/Cargo.toml b/fixtures/type-limits/Cargo.toml index eccc25bf07..3d46e31a61 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.0" } +uniffi = { path = "../../uniffi", version = "0.3.1" } [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/uitests/Cargo.toml b/fixtures/uitests/Cargo.toml index 81664661b2..e0dbb46f6c 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.0" } +uniffi = {path = "../../uniffi", version = "0.3.1" } 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 9ae9663948..21de771bc8 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.0" } +uniffi = {path = "../../uniffi", version = "0.3.1" } thiserror = "1.0" chrono = { version = "0.4.23", default-features = false, features = ["alloc", "std"] } [build-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["build"] } [dev-dependencies] -uniffi = {path = "../../uniffi", version = "0.3.0", features = ["bindgen-tests"] } +uniffi = {path = "../../uniffi", version = "0.3.1", features = ["bindgen-tests"] } diff --git a/fixtures/version-mismatch/Cargo.toml b/fixtures/version-mismatch/Cargo.toml index 92e993e7f0..1c8893c847 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.0", features = ["cli"]} +uniffi = { path = "../../uniffi", version = "0.3.1", features = ["cli"]} [build-dependencies] -uniffi = { path = "../../uniffi", version = "0.3.0", features = ["build"] } +uniffi = { path = "../../uniffi", version = "0.3.1", features = ["build"] } diff --git a/uniffi/Cargo.toml b/uniffi/Cargo.toml index a1e58f4c28..6694ff885e 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.0+v0.25.0" +version = "0.3.1+v0.25.0" authors = ["Firefox Sync Team "] license = "MPL-2.0" edition = "2021"