From c81b8488dbfe9f8e277f6b3911fef996a51d0b60 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Tue, 15 Oct 2024 19:58:14 +0100 Subject: [PATCH] Fix the xmrs version since we've had failures twice --- tracker/agb-xm-core/Cargo.toml | 2 +- tracker/agb-xm/Cargo.toml | 2 +- tracker/desktop-player/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tracker/agb-xm-core/Cargo.toml b/tracker/agb-xm-core/Cargo.toml index e46e3557..15e27bf1 100644 --- a/tracker/agb-xm-core/Cargo.toml +++ b/tracker/agb-xm-core/Cargo.toml @@ -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"] } diff --git a/tracker/agb-xm/Cargo.toml b/tracker/agb-xm/Cargo.toml index e6123017..c26088ee 100644 --- a/tracker/agb-xm/Cargo.toml +++ b/tracker/agb-xm/Cargo.toml @@ -19,4 +19,4 @@ proc-macro2 = "1" quote = "1" syn = "2" -xmrs = "0.8" +xmrs = "=0.8.1" diff --git a/tracker/desktop-player/Cargo.toml b/tracker/desktop-player/Cargo.toml index d3de988e..96178207 100644 --- a/tracker/desktop-player/Cargo.toml +++ b/tracker/desktop-player/Cargo.toml @@ -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"