-
Notifications
You must be signed in to change notification settings - Fork 80
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
Cannot build from a virtual workspace in Rust 1.40.0 #227
Comments
I'm encountering this as well. |
I'm also running into this. I tried adding the verbose flag but it change nothing. |
This is currently breaking the |
It's broken koute/cargo-web#227 It doesn't work
It's broken koute/cargo-web#227 It doesn't work
My workaround up till now was to override rust version to 1.39.0 which is the latest working version. Except within the last month The only way to get it to work is to first |
After updating to Rust 1.40, I can no longer run
cargo web build -p package
in a virtual workspace. it says that:I found this line in the Chagelog of Cargo 1.40:
The text was updated successfully, but these errors were encountered: