From 282e0702169bfe4d89afeaf68fa48347ec6bc92d Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Tue, 24 Sep 2024 21:04:51 +0100 Subject: [PATCH] Use version 0.7.2 --- tracker/agb-xm-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracker/agb-xm-core/Cargo.toml b/tracker/agb-xm-core/Cargo.toml index 8fc99f26..f04236ea 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.7.0", features = ["std"] } +xmrs = { version = "0.7.2", features = ["std"] }