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
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
After switching my action from install toolchain 1.66 to 1.70, what I actually get is 1.7.0 (and surprisingly he build fails).
As a workaround requesting 1.70.0 works, but it's obviously not good, in case a 1.70.1 comes out.
More dependencies keep getting released with a 1.70 requirement,
targetting 1.66 is not realistic any more.
Because of actions-rs/toolchain#230, specify the requirement as
"1.70.0" to avoid getting old 1.7.0 instead.
Drop artificial dependency pinning (reverts
ddb06f0).
Arf, implicit stringification in a bad place. Should probably show examples with version numbers, not just stable and nightly, and put a bold note there.
(note I've started moving on to dtolnay/rut-toolchain as a maintained successor of this project)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
After switching my action from install toolchain 1.66 to 1.70, what I actually get is 1.7.0 (and surprisingly he build fails).
As a workaround requesting 1.70.0 works, but it's obviously not good, in case a 1.70.1 comes out.
Workflow code
xcp-ng/xcp-metrics@5175694
Action output
https://github.com/xcp-ng/xcp-metrics/actions/runs/6377565635/job/17306468710
The text was updated successfully, but these errors were encountered: