-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mach is deprecated, update to mach2 #7
Conversation
Also, pls publish a new version if this get merge |
Looks like the project has become slightly stale. I'll take a look at fixing up clippy and digging into what happened to the mips toolchain. Hopefully it's simple stuff. |
@LiquidityC any updates? |
Yes. I'm sorry. Been swamped with work. I'll get to it ASAP. |
Those toolchains are "Tier 3" so I just dropped them to allow CI to pass. Pending my PR here #8 |
You should be able to rebase now. Besides that there's a formatting warning in your CI run. Once those things are fixed we can merge. |
03774e7
to
8260847
Compare
I rebase and fix the fmt, I hope now it can be merged |
# Objective Fix #9880 ## Solution - Add all-features flag - Allow "MPL-2.0" license for the [Symphonia](https://github.com/pdeljanov/Symphonia) crates - Update dependencies unmaintained or with vulnerabilities: RustAudio/rodio#517 , LiquidityC/slice_ring_buffer#7
# Objective Fix bevyengine#9880 ## Solution - Add all-features flag - Allow "MPL-2.0" license for the [Symphonia](https://github.com/pdeljanov/Symphonia) crates - Update dependencies unmaintained or with vulnerabilities: RustAudio/rodio#517 , LiquidityC/slice_ring_buffer#7
Using cargo deny, I found that 'mach' is unmaintained. I suggest using 'mach2,' a fork that is maintained, instead of 'mach'. fitzgen/mach#63 (comment)