]> git.lizzy.rs Git - rust.git/blobdiff - crates/core_simd/Cargo.toml
Fix cargo features for nightly (#155)
[rust.git] / crates / core_simd / Cargo.toml
index c45dde2dbd21d3e68b809fe2f5f2dd19baf781c9..9e8d742d83c72967f2c7e5da929cbc821318df22 100644 (file)
@@ -9,9 +9,9 @@ categories = ["hardware-support", "no-std"]
 license = "MIT OR Apache-2.0"
 
 [features]
-default = ["std", "const_evaluatable_checked"]
+default = ["std", "generic_const_exprs"]
 std = []
-const_evaluatable_checked = []
+generic_const_exprs = []
 
 [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen]
 version = "0.2"