-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failure under Windows 10 #10
Labels
Comments
|
|
The reverse dependency is on Cargo. The Cargo binary fails to use crypto-hash. I cannot upgrade the version easily then. |
I solved it. The problem was that Cargo was invoked with a clear environment. This works fine under other OSes, but not under Windows. This is a bug in the standard library (rust-lang/rust#31259). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
crypto-hash v. 0.3.1. fails to build for me. I used Windows 10 Enterprise build 17763.rs5_release.180914-1434. You can download a VM with this environment at https://developer.microsoft.com/en-us/windows/downloads/virtual-machines .
rustc output:
The text was updated successfully, but these errors were encountered: