mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Update Rust crate xmrs to v0.8.0 (#779)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [xmrs](https://codeberg.org/sbechet/xmrs) | dependencies | minor | `0.7` -> `0.8` | | [xmrs](https://codeberg.org/sbechet/xmrs) | dependencies | minor | `0.7.2` -> `0.8.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/agbrs/agb). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
This commit is contained in:
commit
06bd8d950c
|
@ -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", "import"] }
|
||||||
|
|
|
@ -19,4 +19,4 @@ proc-macro2 = "1"
|
||||||
quote = "1"
|
quote = "1"
|
||||||
syn = "2"
|
syn = "2"
|
||||||
|
|
||||||
xmrs = "0.7"
|
xmrs = "0.8"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue