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
I have just noticed that this project does not support the rust-toolchain.toml file because the latest rust release broke all our CI runs because of sparse registry support being opted into by this action.
In #12 (now locked) it was mentioned that you would prefer to not add support for rust-toolchain.toml files, but it is valuable to only have the version defined in one place (we often found people forgot to keep the version between the yml and toolchain file in sync). Is there a reason not to add this?
The text was updated successfully, but these errors were encountered:
I have just noticed that this project does not support the rust-toolchain.toml file because the latest rust release broke all our CI runs because of sparse registry support being opted into by this action.
In #12 (now locked) it was mentioned that you would prefer to not add support for rust-toolchain.toml files, but it is valuable to only have the version defined in one place (we often found people forgot to keep the version between the yml and toolchain file in sync). Is there a reason not to add this?
The text was updated successfully, but these errors were encountered: