Loading CHANGELOG.md +4 −4 Original line number Diff line number Diff line Loading @@ -4,13 +4,13 @@ <!-- next-header --> ## [[NextUnreleasedUniFFIVersion]] (backend crates: [[UnreleasedBackendVersion]]) - (_[[ReleaseDate]]_) ## [[UnreleasedUniFFIVersion]] (backend crates: [[UnreleasedBackendVersion]]) - (_[[ReleaseDate]]_) [All changes in [[NextUnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.27.1...NEXT_HEAD). [All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.27.1...HEAD). ## [[UnreleasedUniFFIVersion]] (backend crates: v0.27.1) - (_2024-04-03_) ## v0.27.1 (backend crates: v0.27.1) - (_2024-04-03_) [All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.27.0...HEAD). [All changes in v0.27.1](https://github.com/mozilla/uniffi-rs/compare/v0.27.0...v0.27.1). ### What's fixed? Loading Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -1494,7 +1494,7 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "uniffi" version = "0.27.0" version = "0.27.1" dependencies = [ "anyhow", "camino", Loading uniffi/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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.27.0" version = "0.27.1" authors = ["Firefox Sync Team <sync-team@mozilla.com>"] license = "MPL-2.0" edition = "2021" Loading Loading
CHANGELOG.md +4 −4 Original line number Diff line number Diff line Loading @@ -4,13 +4,13 @@ <!-- next-header --> ## [[NextUnreleasedUniFFIVersion]] (backend crates: [[UnreleasedBackendVersion]]) - (_[[ReleaseDate]]_) ## [[UnreleasedUniFFIVersion]] (backend crates: [[UnreleasedBackendVersion]]) - (_[[ReleaseDate]]_) [All changes in [[NextUnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.27.1...NEXT_HEAD). [All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.27.1...HEAD). ## [[UnreleasedUniFFIVersion]] (backend crates: v0.27.1) - (_2024-04-03_) ## v0.27.1 (backend crates: v0.27.1) - (_2024-04-03_) [All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.27.0...HEAD). [All changes in v0.27.1](https://github.com/mozilla/uniffi-rs/compare/v0.27.0...v0.27.1). ### What's fixed? Loading
Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -1494,7 +1494,7 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "uniffi" version = "0.27.0" version = "0.27.1" dependencies = [ "anyhow", "camino", Loading
uniffi/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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.27.0" version = "0.27.1" authors = ["Firefox Sync Team <sync-team@mozilla.com>"] license = "MPL-2.0" edition = "2021" Loading