Skip to content

Commit 80b8d95

Browse files
committed
Remove zerocopy dependency
1 parent 0d27d3f commit 80b8d95

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ alloc = []
4343
os_rng = ["rand_core/os_rng"]
4444

4545
# Option (requires nightly Rust): experimental SIMD support
46-
simd_support = ["zerocopy/simd-nightly"]
46+
simd_support = []
4747

4848
# Option (enabled by default): enable StdRng
4949
std_rng = ["dep:rand_chacha"]
@@ -76,7 +76,6 @@ rand_core = { path = "rand_core", version = "0.9.0", default-features = false }
7676
log = { version = "0.4.4", optional = true }
7777
serde = { version = "1.0.103", features = ["derive"], optional = true }
7878
rand_chacha = { path = "rand_chacha", version = "0.9.0", default-features = false, optional = true }
79-
zerocopy = { version = "0.8.0", default-features = false, features = ["simd"] }
8079

8180
[dev-dependencies]
8281
rand_pcg = { path = "rand_pcg", version = "0.9.0" }

0 commit comments

Comments
 (0)