1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Remove rand_pcg

This commit is contained in:
Daniel Hofstetter 2025-01-28 09:12:55 +01:00
parent 5e81358c4a
commit 019da22964
2 changed files with 0 additions and 11 deletions

10
Cargo.lock generated
View file

@ -460,7 +460,6 @@ dependencies = [
"pretty_assertions",
"procfs",
"rand",
"rand_pcg",
"regex",
"rlimit",
"rstest",
@ -1831,15 +1830,6 @@ dependencies = [
"getrandom",
]
[[package]]
name = "rand_pcg"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
dependencies = [
"rand_core",
]
[[package]]
name = "rayon"
version = "1.10.0"