fix: down grade rand
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -227,10 +227,7 @@ dependencies = [
|
||||
name = "p19"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
"common",
|
||||
"rayon",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@@ -6,6 +6,6 @@ edition = "2024"
|
||||
[dependencies]
|
||||
num-bigint = { workspace = true }
|
||||
num-traits = { workspace = true }
|
||||
rand = { workspace = true }
|
||||
rand = { version = "0.8" } # rand_biguint need 0.8
|
||||
anyhow = { workspace = true }
|
||||
once_cell = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user