mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
Merge pull request #316 from huitseeker/bump-criterion
Bump criterion version
This commit is contained in:
commit
9753fe4528
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ travis-ci = { repository = "dalek-cryptography/curve25519-dalek", branch = "mast
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sha2 = { version = "0.8", default-features = false }
|
sha2 = { version = "0.8", default-features = false }
|
||||||
bincode = "1"
|
bincode = "1"
|
||||||
criterion = "0.2"
|
criterion = "0.3.0"
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue