mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
Merge pull request #7233 from cakebaker/remove_rand_pcg
Remove `rand_pcg`
This commit is contained in:
commit
dbfdff1107
3 changed files with 2 additions and 12 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue