mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Bump criterion to 0.4.0 (#432)
This commit is contained in:
parent
e85e3c047b
commit
977eb0d3b7
2 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ major series.
|
||||||
|
|
||||||
## 4.x series
|
## 4.x series
|
||||||
|
|
||||||
|
* Update the `criterion` dependency to 0.4.0
|
||||||
* Include README.md into crate Documentation
|
* Include README.md into crate Documentation
|
||||||
* Update the `rand_core` dependency version and the `rand` dev-dependency
|
* Update the `rand_core` dependency version and the `rand` dev-dependency
|
||||||
version.
|
version.
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ travis-ci = { repository = "dalek-cryptography/curve25519-dalek", branch = "mast
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sha2 = { version = "0.10", default-features = false }
|
sha2 = { version = "0.10", default-features = false }
|
||||||
bincode = "1"
|
bincode = "1"
|
||||||
criterion = { version = "0.3.0", features = ["html_reports"] }
|
criterion = { version = "0.4.0", features = ["html_reports"] }
|
||||||
hex = "0.4.2"
|
hex = "0.4.2"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue