1
0

fix: down grade rand

This commit is contained in:
2025-08-31 16:04:17 +08:00
parent fff4838b44
commit 3f9b87aba7
2 changed files with 1 additions and 4 deletions

3
Cargo.lock generated
View File

@@ -227,10 +227,7 @@ dependencies = [
name = "p19" name = "p19"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"anyhow",
"base64", "base64",
"common",
"rayon",
] ]
[[package]] [[package]]

View File

@@ -6,6 +6,6 @@ edition = "2024"
[dependencies] [dependencies]
num-bigint = { workspace = true } num-bigint = { workspace = true }
num-traits = { workspace = true } num-traits = { workspace = true }
rand = { workspace = true } rand = { version = "0.8" } # rand_biguint need 0.8
anyhow = { workspace = true } anyhow = { workspace = true }
once_cell = { workspace = true } once_cell = { workspace = true }