This commit is contained in:
Mark Hammond 2024-04-03 10:32:31 -04:00
Родитель a234cf0dda
Коммит 0ecafdc067
3 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -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?

2
Cargo.lock сгенерированный
Просмотреть файл

@ -1494,7 +1494,7 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
[[package]]
name = "uniffi"
version = "0.27.0"
version = "0.27.1"
dependencies = [
"anyhow",
"camino",

Просмотреть файл

@ -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"