Skip to content

Commit

Permalink
benches: remove criterion deps workaround (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Aug 19, 2023
1 parent 6906240 commit 4730c6f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4730c6f

Please sign in to comment.