1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-25 22:07:44 +00:00

Don't enable criterion default features

This commit is contained in:
Joshua Goins 2024-04-15 17:57:13 -04:00
parent 02d4a5e295
commit 8eee3ec331

View file

@ -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"