Skip to content

Commit cf60ee0

Browse files
dhardyvks
authored andcommitted
Remove zerocopy dependency
1 parent 642c3ce commit cf60ee0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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"]
@@ -75,7 +75,6 @@ rand_core = { path = "rand_core", version = "0.9.0", default-features = false }
7575
log = { version = "0.4.4", optional = true }
7676
serde = { version = "1.0.103", features = ["derive"], optional = true }
7777
rand_chacha = { path = "rand_chacha", version = "0.9.0", default-features = false, optional = true }
78-
zerocopy = { version = "0.8.0", default-features = false, features = ["simd"] }
7978

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

0 commit comments

Comments
 (0)