Update Rust crate xmrs to v0.8.5

This commit is contained in:
renovate[bot] 2024-10-20 22:39:55 +00:00 committed by GitHub
parent 288789fce8
commit 103dfd52db
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_fixnum = { version = "0.21.1", path = "../../agb-fixnum" }
xmrs = { version = "=0.8.1", features = ["std", "import"] }
xmrs = { version = "=0.8.5", features = ["std", "import"] }

View file

@ -19,4 +19,4 @@ proc-macro2 = "1"
quote = "1"
syn = "2"
xmrs = "=0.8.1"
xmrs = "=0.8.5"

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" }
anyhow = "1"
xmrs = "=0.8.1"
xmrs = "=0.8.5"
cpal = "0.15"