From 103dfd52db82a9d8258998fa853f7cb02d43a277 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 22:39:55 +0000 Subject: [PATCH] Update Rust crate xmrs to v0.8.5 --- 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 15e27bf1..d4e806d8 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.1", features = ["std", "import"] } +xmrs = { version = "=0.8.5", features = ["std", "import"] } diff --git a/tracker/agb-xm/Cargo.toml b/tracker/agb-xm/Cargo.toml index c26088ee..81de4854 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.1" +xmrs = "=0.8.5" diff --git a/tracker/desktop-player/Cargo.toml b/tracker/desktop-player/Cargo.toml index 96178207..0a46bfd6 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.1" +xmrs = "=0.8.5" cpal = "0.15"