Commit 713bf62b authored by Jan-Erik Rediger's avatar Jan-Erik Rediger
Browse files

chore: Release

parent 40b1fc41
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -10,7 +10,11 @@

<!-- next-header -->

## [[UnreleasedUniFFIVersion]] (backend crates: [[UnreleasedBackendVersion]]) - (_[[ReleaseDate]]_)
## [[NextUnreleasedUniFFIVersion]] (backend crates: [[UnreleasedBackendVersion]]) - (_[[ReleaseDate]]_)

[All changes in [[NextUnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.24.2...NEXT_HEAD).

## [[UnreleasedUniFFIVersion]] (backend crates: v0.24.2) - (_2023-07-25_)

[All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.24.1...HEAD).

+4 −4
Original line number Diff line number Diff line
@@ -14,10 +14,10 @@ edition = "2021"
keywords = ["ffi", "bindgen"]

[dependencies]
uniffi_bindgen = { path = "../uniffi_bindgen", version = "=0.24.1", optional = true }
uniffi_build = { path = "../uniffi_build", version = "=0.24.1", optional = true }
uniffi_core = { path = "../uniffi_core", version = "=0.24.1" }
uniffi_macros = { path = "../uniffi_macros", version = "=0.24.1" }
uniffi_bindgen = { path = "../uniffi_bindgen", version = "=0.24.2", optional = true }
uniffi_build = { path = "../uniffi_build", version = "=0.24.2", optional = true }
uniffi_core = { path = "../uniffi_core", version = "=0.24.2" }
uniffi_macros = { path = "../uniffi_macros", version = "=0.24.2" }
anyhow = "1"
camino = { version = "1.0.8", optional = true }
clap = { version = "4", features = ["cargo", "std", "derive"], optional = true }
+3 −3
Original line number Diff line number Diff line
[package]
name = "uniffi_bindgen"
version = "0.24.1"
version = "0.24.2"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
description = "a multi-language bindings generator for rust (codegen and cli tooling)"
documentation = "https://mozilla.github.io/uniffi-rs"
@@ -25,6 +25,6 @@ serde = "1"
serde_json = "1.0.80"
toml = "0.5"
weedle2 = { version = "4.0.0", path = "../weedle2" }
uniffi_meta = { path = "../uniffi_meta", version = "=0.24.1" }
uniffi_testing = { path = "../uniffi_testing", version = "=0.24.1" }
uniffi_meta = { path = "../uniffi_meta", version = "=0.24.2" }
uniffi_testing = { path = "../uniffi_testing", version = "=0.24.2" }
clap = { version = "4", default-features = false, features = ["std", "derive"], optional = true }
+2 −2
Original line number Diff line number Diff line
[package]
name = "uniffi_build"
version = "0.24.1"
version = "0.24.2"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
description = "a multi-language bindings generator for rust (build script helpers)"
documentation = "https://mozilla.github.io/uniffi-rs"
@@ -13,7 +13,7 @@ keywords = ["ffi", "bindgen"]
[dependencies]
anyhow = "1"
camino = "1.0.8"
uniffi_bindgen = { path = "../uniffi_bindgen", default-features = false, version = "=0.24.1" }
uniffi_bindgen = { path = "../uniffi_bindgen", default-features = false, version = "=0.24.2" }

[features]
default = []
+1 −1
Original line number Diff line number Diff line
[package]
name = "uniffi_checksum_derive"
version = "0.24.1"
version = "0.24.2"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
description = "a multi-language bindings generator for rust (checksum custom derive)"
documentation = "https://mozilla.github.io/uniffi-rs"
Loading