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
By default, rustup installs the "latest" stable version of the rust
toolchain. Instead, fix this to a specific version. This serves two
purposes:
- It becomes possible to map a docker image version to a specific
version of the rust toolchain that it contains.
- It makes upgrades explicit, especially when features of a specific
version are needed.
This sets the version to the current stable version: 1.86.
Signed-off-by: David Brown <[email protected]>
0 commit comments