mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-09 08:31:33 +11:00
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:
commit
dd9fd61723
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed build error due to breaking change in `xmrs`.
|
||||||
|
|
||||||
## [0.21.1] - 2024/10/02
|
## [0.21.1] - 2024/10/02
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -16,4 +16,4 @@ syn = "2"
|
||||||
agb_tracker_interop = { version = "0.21.1", path = "../agb-tracker-interop", default-features = false }
|
agb_tracker_interop = { version = "0.21.1", path = "../agb-tracker-interop", default-features = false }
|
||||||
agb_fixnum = { version = "0.21.1", path = "../../agb-fixnum" }
|
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"] }
|
||||||
|
|
|
@ -19,4 +19,4 @@ proc-macro2 = "1"
|
||||||
quote = "1"
|
quote = "1"
|
||||||
syn = "2"
|
syn = "2"
|
||||||
|
|
||||||
xmrs = "0.8"
|
xmrs = "=0.8.1"
|
||||||
|
|
|
@ -13,6 +13,6 @@ agb_tracker = { version = "0.21.1", path = "../agb-tracker", default-features =
|
||||||
agb_fixnum = { version = "0.21.1", path = "../../agb-fixnum" }
|
agb_fixnum = { version = "0.21.1", path = "../../agb-fixnum" }
|
||||||
|
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
xmrs = "0.8"
|
xmrs = "=0.8.1"
|
||||||
|
|
||||||
cpal = "0.15"
|
cpal = "0.15"
|
||||||
|
|
Loading…
Reference in a new issue