mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-26 06:07:45 +00:00
Don't enable criterion default features
This commit is contained in:
parent
02d4a5e295
commit
8eee3ec331
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ walkdir = "2"
|
|||
hmac-sha512 = "1"
|
||||
|
||||
# used while rust doesn't have native benchmarking capability
|
||||
criterion = "0.5.1"
|
||||
criterion = { version = "0.5.1", default-features = false }
|
||||
|
||||
# used for testing our jamcrc implementation
|
||||
crc = "3"
|
||||
|
|
Loading…
Add table
Reference in a new issue