We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the CI for Rand we have the following test for testing with stdweb:
cargo web test --target wasm32-unknown-unknown --nodejs --features=stdweb
Since yesterday it fails with the error from https://internals.rust-lang.org/t/help-us-test-the-breaking-bug-fix-to-cargo-features/7317:
error: error: cannot specify features for more than one package
Using --all-features instead works for rand.
--all-features
cc @dhardy
The text was updated successfully, but these errors were encountered:
Hmm... looks like this is an issue with cargo itself. If you run this it will also generate the same error: cargo metadata --features stdweb
cargo
cargo metadata --features stdweb
Sorry, something went wrong.
--features
cargo metadata
I've created an issue here: rust-lang/cargo#5439
No branches or pull requests
On the CI for Rand we have the following test for testing with stdweb:
Since yesterday it fails with the error from https://internals.rust-lang.org/t/help-us-test-the-breaking-bug-fix-to-cargo-features/7317:
Using
--all-features
instead works for rand.cc @dhardy
The text was updated successfully, but these errors were encountered: