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"] }