Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
arg0d committed Jan 24, 2024
1 parent bff92f7 commit 1a5dc52
Show file tree
Hide file tree
Showing 46 changed files with 170 additions and 170 deletions.
98 changes: 49 additions & 49 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/app/uniffi-bindgen-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions examples/arithmetic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions examples/callbacks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions examples/custom-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions examples/geometry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions examples/rondpoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions examples/sprites/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions examples/todolist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions examples/traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

4 changes: 2 additions & 2 deletions fixtures/benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
6 changes: 3 additions & 3 deletions fixtures/callbacks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions fixtures/coverall/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions fixtures/ext-types/guid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions fixtures/ext-types/http-headermap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions fixtures/ext-types/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand All @@ -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"] }
4 changes: 2 additions & 2 deletions fixtures/ext-types/uniffi-one/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions fixtures/foreign-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions fixtures/futures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions fixtures/keywords/kotlin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions fixtures/keywords/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions fixtures/keywords/swift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions fixtures/large-enum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion fixtures/metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
6 changes: 3 additions & 3 deletions fixtures/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
4 changes: 2 additions & 2 deletions fixtures/reexport-scaffolding-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions fixtures/regressions/enum-without-i32-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
4 changes: 2 additions & 2 deletions fixtures/regressions/fully-qualified-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Loading

0 comments on commit 1a5dc52

Please sign in to comment.