You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will keep track of these failures. If you are using a released agb version, instead you can use the nightly version as of the day it was released. If you're using master, we will mitigate issues where possible, check the nightly action build for the most recent working nightly build.
In order to use a different Rust version, you can change the version in the rust-toolchain.toml file to explicitly state the nightly version, for example
[toolchain]
channel = "nightly-2023-05-04"
The text was updated successfully, but these errors were encountered:
Nightly releases contain some bugs that mean agb doesn't compile.
We will keep track of these failures. If you are using a released agb version, instead you can use the nightly version as of the day it was released. If you're using master, we will mitigate issues where possible, check the nightly action build for the most recent working nightly build.
In order to use a different Rust version, you can change the version in the
rust-toolchain.toml
file to explicitly state the nightly version, for exampleThe text was updated successfully, but these errors were encountered: