Skip to content

Commit 545938a

Browse files
committed
upgrade to criterion 0.5
1 parent 7f29a96 commit 545938a

File tree

3 files changed

+41
-95
lines changed

3 files changed

+41
-95
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
* `rand` 0.8 -> 0.9
1111
* `rand_distr` 0.4 -> 0.5
1212
* `rkyv` 0.7 -> 0.8
13+
* (dev) `criterion` 0.4 -> 0.5
1314

1415
### Added
1516
- Added support for `arbitrary` crate. Fixes [#110]. By [@FL33TW00D].

Cargo.lock

+39-94
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ arbitrary = { version = "1.3.2", features = ["derive"], optional = true }
4646
crunchy = "0.2.2"
4747

4848
[dev-dependencies]
49-
criterion = "0.4.0"
49+
criterion = "0.5"
5050
quickcheck = "1.0"
5151
quickcheck_macros = "1.0"
5252
rand = "0.9.0"

0 commit comments

Comments
 (0)