diff --git a/tracker/agb-xm-core/Cargo.toml b/tracker/agb-xm-core/Cargo.toml index d4e806d87..5244cf17d 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.5", features = ["std", "import"] } +xmrs = { version = "=0.9.4", features = ["std", "import"] } diff --git a/tracker/agb-xm/Cargo.toml b/tracker/agb-xm/Cargo.toml index 81de4854f..5342a2f42 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.5" +xmrs = "=0.9.4" diff --git a/tracker/desktop-player/Cargo.toml b/tracker/desktop-player/Cargo.toml index 0a46bfd62..e2ad036f2 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.5" +xmrs = "=0.9.4" cpal = "0.15"