mirror of https://github.com/vacp2p/zerokit.git
fix utils version
This commit is contained in:
parent
f6e2d75333
commit
06e99e8890
|
@ -13,14 +13,14 @@ num-bigint = { version = "=0.4.3", default-features = false, features = ["rand"]
|
||||||
color-eyre = "=0.6.2"
|
color-eyre = "=0.6.2"
|
||||||
pmtree = { git = "https://github.com/vacp2p/pmtree", rev = "8b005bb44a4c51b56638ad6057b8bc90629fca59", optional = true}
|
pmtree = { git = "https://github.com/vacp2p/pmtree", rev = "8b005bb44a4c51b56638ad6057b8bc90629fca59", optional = true}
|
||||||
sled = "=0.34.7"
|
sled = "=0.34.7"
|
||||||
serde = "1.0.44"
|
serde = "=1.0.163"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ark-bn254 = "=0.4.0"
|
ark-bn254 = "=0.4.0"
|
||||||
num-traits = "0.2.11"
|
num-traits = "=0.2.15"
|
||||||
hex-literal = "0.3.4"
|
hex-literal = "=0.3.4"
|
||||||
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
tiny-keccak = { version = "=2.0.2", features = ["keccak"] }
|
||||||
criterion = { version = "0.4", features = ["html_reports"] }
|
criterion = { version = "=0.4.0", features = ["html_reports"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["parallel"]
|
default = ["parallel"]
|
||||||
|
|
Loading…
Reference in New Issue