Skip to content

Commit

Permalink
Fix the xmrs version since we've had failures twice (#785)
Browse files Browse the repository at this point in the history
Will need to release 0.21.2 after this is merged since current no
lockfile builds are failing.

- [x] change log updated
  • Loading branch information
gwilymk authored Oct 15, 2024
2 parents 89403d0 + f49863a commit dd9fd61
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tracker/agb-xm-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion tracker/agb-xm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ proc-macro2 = "1"
quote = "1"
syn = "2"

xmrs = "0.8"
xmrs = "=0.8.1"
2 changes: 1 addition & 1 deletion tracker/desktop-player/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit dd9fd61

Please sign in to comment.