Fix the xmrs version since we've had failures twice (#785)

Will need to release 0.21.2 after this is merged since current no
lockfile builds are failing.

- [x] change log updated
This commit is contained in:
Gwilym Inzani 2024-10-15 20:40:48 +01:00 committed by GitHub
commit dd9fd61723
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 3 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
- Fixed build error due to breaking change in `xmrs`.
## [0.21.1] - 2024/10/02
### Added

View file

@ -16,4 +16,4 @@ syn = "2"
agb_tracker_interop = { version = "0.21.1", path = "../agb-tracker-interop", default-features = false }
agb_fixnum = { version = "0.21.1", path = "../../agb-fixnum" }
xmrs = { version = "0.8.0", features = ["std", "import"] }
xmrs = { version = "=0.8.1", features = ["std", "import"] }

View file

@ -19,4 +19,4 @@ proc-macro2 = "1"
quote = "1"
syn = "2"
xmrs = "0.8"
xmrs = "=0.8.1"

View file

@ -13,6 +13,6 @@ agb_tracker = { version = "0.21.1", path = "../agb-tracker", default-features =
agb_fixnum = { version = "0.21.1", path = "../../agb-fixnum" }
anyhow = "1"
xmrs = "0.8"
xmrs = "=0.8.1"
cpal = "0.15"