Loading CHANGELOG.md +5 −1 Original line number Diff line number Diff line Loading @@ -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). Loading uniffi/Cargo.toml +4 −4 Original line number Diff line number Diff line Loading @@ -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 } Loading uniffi_bindgen/Cargo.toml +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" Loading @@ -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 } uniffi_build/Cargo.toml +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" Loading @@ -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 = [] Loading uniffi_checksum_derive/Cargo.toml +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 Loading
CHANGELOG.md +5 −1 Original line number Diff line number Diff line Loading @@ -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). Loading
uniffi/Cargo.toml +4 −4 Original line number Diff line number Diff line Loading @@ -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 } Loading
uniffi_bindgen/Cargo.toml +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" Loading @@ -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 }
uniffi_build/Cargo.toml +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" Loading @@ -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 = [] Loading
uniffi_checksum_derive/Cargo.toml +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