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
Currently the release-v0.7.0 docker containers are build with the latest stable rust version, which is 1.82 at this point in time.
This is due to the fact that we are using the rust:latest images in the build step, and because we don't copy the rust-toolchain.toml with the actual used toolchain version into the containers. This will be fixed with #4044
Nevertheless we should upgrade the used rust toolchain version to the latest released stable version of rust.
This should be done after #3705 is merged to develop.
The text was updated successfully, but these errors were encountered:
@muXxer I started with my local, upgraded iota/rust-toolchain.toml to 1.82 and running cargo clippy. Will run RUSTFLAGS="--cfg msim" cargo clippy next.
Currently the release-v0.7.0 docker containers are build with the latest stable rust version, which is 1.82 at this point in time.
This is due to the fact that we are using the
rust:latest
images in the build step, and because we don't copy therust-toolchain.toml
with the actual used toolchain version into the containers. This will be fixed with #4044Nevertheless we should upgrade the used rust toolchain version to the latest released stable version of rust.
This should be done after #3705 is merged to develop.
The text was updated successfully, but these errors were encountered: