not-fl3 / macroquad

Cross-platform game engine in Rust.
Apache License 2.0
3.04k stars 297 forks source link

bumpalo dependence (android) #730

Closed vada4367 closed 2 weeks ago

vada4367 commented 1 month ago

In docker image cargo:

error: package bumpalo v3.16.0 cannot be built because it requires rustc 1.73.0 or newer, while the currently active rustc version is 1.71.1

I think you should just update cargo | cargo-quad in image Please fix))

AdamSlayer commented 3 weeks ago

I have the same issue. You can add bumpalo = "= 3.4" to your Cargo.toml to force older bumpalo version as a temporary fix.

vada4367 commented 2 weeks ago

Thanks!