Update Rust crate xmrs to v0.8.0

This commit is contained in:
renovate[bot] 2024-10-05 21:24:59 +00:00 committed by GitHub
parent ebfe851287
commit 61634e143d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -16,4 +16,4 @@ syn = "2"
agb_tracker_interop = { version = "0.21.1", path = "../agb-tracker-interop", default-features = false } agb_tracker_interop = { version = "0.21.1", path = "../agb-tracker-interop", default-features = false }
agb_fixnum = { version = "0.21.1", path = "../../agb-fixnum" } agb_fixnum = { version = "0.21.1", path = "../../agb-fixnum" }
xmrs = { version = "0.7.2", features = ["std"] } xmrs = { version = "0.8.0", features = ["std"] }

View file

@ -19,4 +19,4 @@ proc-macro2 = "1"
quote = "1" quote = "1"
syn = "2" syn = "2"
xmrs = "0.7" xmrs = "0.8"

View file

@ -13,6 +13,6 @@ agb_tracker = { version = "0.21.1", path = "../agb-tracker", default-features =
agb_fixnum = { version = "0.21.1", path = "../../agb-fixnum" } agb_fixnum = { version = "0.21.1", path = "../../agb-fixnum" }
anyhow = "1" anyhow = "1"
xmrs = "0.7" xmrs = "0.8"
cpal = "0.15" cpal = "0.15"