From 05b5b3e882279e87913f5685a0eb562ea57e805e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:26:50 +0000 Subject: [PATCH] Update Rust crate xmrs to v0.7.2 --- 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 44246efe..8fc99f26 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.0", path = "../agb-tracker-interop", default-features = false } agb_fixnum = { version = "0.21.0", path = "../../agb-fixnum" } -xmrs = { version = "0.6.1", features = ["std"] } +xmrs = { version = "0.7.0", features = ["std"] } diff --git a/tracker/agb-xm/Cargo.toml b/tracker/agb-xm/Cargo.toml index de4b9909..d259c519 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.6" +xmrs = "0.7" diff --git a/tracker/desktop-player/Cargo.toml b/tracker/desktop-player/Cargo.toml index 650a3989..92681918 100644 --- a/tracker/desktop-player/Cargo.toml +++ b/tracker/desktop-player/Cargo.toml @@ -12,6 +12,6 @@ agb_xm_core = { version = "0.21.0", path = "../agb-xm-core" } agb_tracker = { version = "0.21.0", path = "../agb-tracker", default-features = false } agb_fixnum = { version = "0.21.0", path = "../../agb-fixnum" } -xmrs = "0.6" +xmrs = "0.7" cpal = "0.15"