-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily ignore version-range test on windows
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e260052
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(ran into this while diagnosing my own fallout from the rustup issue)
Using
rustup run toolchain cargo
instead ofcargo +toolchain
may be more resilient, and worked in cargo-expand to fix the fallout.That said,
hack --version-range
seems to be working fine on my Windows machine... the path issue is quite odd that it breaks some cases but not either, it seems.e260052
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CAD97 Thanks! I will try the workaround you suggested.
Interesting. I ran into this problem on cargo-hack CI, so I wonder if it is related to how the toolchain was installed (maybe did we use a problematic rustup or not)?