mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-30 02:23:31 +00:00
benches: remove criterion deps workaround (#60)
This commit is contained in:
parent
690624016e
commit
4730c6fbba
@ -19,13 +19,9 @@ rand = { version = "0.8", default-features = false, features = [
|
||||
"std_rng",
|
||||
"getrandom",
|
||||
] }
|
||||
# workaround for underspecified dependencies from criterion
|
||||
# see also https://github.com/RustCrypto/formats/pull/720
|
||||
regex = { version = "1.5.1", default-features = false }
|
||||
serde = { version = "1.0.144", default-features = false }
|
||||
|
||||
[features]
|
||||
no_unroll = ["ascon?/no_unroll"]
|
||||
no_unroll = ["ascon/no_unroll"]
|
||||
|
||||
[[bench]]
|
||||
name = "ascon"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user