Rename the no_std feature to core.
See https://github.com/yurydelendik/wasmparser.rs/pull/49#issuecomment-375436225 for more details.
This commit is contained in:
@@ -21,8 +21,8 @@ for LIB in $LIBS
|
||||
do
|
||||
banner "Rust unit tests in $LIB"
|
||||
cd "lib/$LIB"
|
||||
cargo test --no-default-features --features no_std
|
||||
cargo test --features no_std
|
||||
cargo test --no-default-features --features core
|
||||
cargo test --features core
|
||||
cd "$topdir"
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user