Skip to content

Commit

Permalink
Update Rust crate xmrs to v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 288789f commit 6ba5d6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tracker/agb-xm-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3", features = ["std", "import"] }
2 changes: 1 addition & 1 deletion tracker/agb-xm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ proc-macro2 = "1"
quote = "1"
syn = "2"

xmrs = "=0.8.1"
xmrs = "=0.8.3"
2 changes: 1 addition & 1 deletion tracker/desktop-player/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"

cpal = "0.15"

0 comments on commit 6ba5d6a

Please sign in to comment.