After updating to Rust 1.40, I can no longer run cargo web build -p package in a virtual workspace. it says that:
error: error: --features is not allowed in the root of a virtual workspace
I found this line in the Chagelog of Cargo 1.40:
--features and --no-default-features in the root of a virtual workspace will now generate an error instead of being ignored. rust-lang/cargo#7507
After updating to Rust 1.40, I can no longer run
cargo web build -p packagein a virtual workspace. it says that:I found this line in the Chagelog of Cargo 1.40: