Merge pull request #316 from huitseeker/bump-criterion

Bump criterion version
This commit is contained in:
Henry de Valence 2020-03-02 09:50:11 -08:00 committed by GitHub
commit 9753fe4528
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ travis-ci = { repository = "dalek-cryptography/curve25519-dalek", branch = "mast
[dev-dependencies]
sha2 = { version = "0.8", default-features = false }
bincode = "1"
criterion = "0.2"
criterion = "0.3.0"
rand = "0.7"
[[bench]]