Skip to content

Commit

Permalink
update criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed May 26, 2023
1 parent 24c6db3 commit 655a6d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ std = ["num-traits/std"]
num-traits = { version = "0.2.14", default-features = false }

[dev-dependencies]
criterion = "0.4.0"
criterion = "0.5.1"

[[bench]]
name = "benches"
Expand Down
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
3.0.0 (next)
-----

* Minimal supported compiler is Rust 1.60.0
* Minimal supported compiler is Rust 1.64.0

2.0.0
-----
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.60.0"
channel = "1.64.0"

0 comments on commit 655a6d1

Please sign in to comment.