Skip to content

Commit

Permalink
Update testbench requirement from 0.9 to 1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [testbench](https://github.com/HadrienG2/testbench) to permit the latest version.
- [Release notes](https://github.com/HadrienG2/testbench/releases)
- [Changelog](https://github.com/HadrienG2/testbench/blob/master/CHANGELOG.md)
- [Commits](HadrienG2/testbench@v0.9.0...v1.0.0)

---
updated-dependencies:
- dependency-name: testbench
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 3, 2023
1 parent 4e87f98 commit 6102c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ crossbeam-utils = { version = "0.8.11", default-features = false }

[dev-dependencies]
criterion = { version = "0.5", default-features = false }
testbench = "0.9"
testbench = "1.0"

[lib]
bench = false
Expand Down

0 comments on commit 6102c65

Please sign in to comment.