diff --git a/rand_chacha/Cargo.toml b/rand_chacha/Cargo.toml index 9190b7fcaad..2a17aa172bc 100644 --- a/rand_chacha/Cargo.toml +++ b/rand_chacha/Cargo.toml @@ -20,7 +20,7 @@ appveyor = { repository = "rust-random/rand" } [dependencies] rand_core = { path = "../rand_core", version = "0.5" } -ppv-lite86 = { version = "0.2.8", default-features = false } +ppv-lite86 = { version = "0.2.8", default-features = false, features = ["simd"] } [features] default = ["std"]