triple-buffer icon indicating copy to clipboard operation
triple-buffer copied to clipboard

Update testbench requirement from 0.9 to 1.0

Open dependabot[bot] opened this issue 3 years ago • 2 comments

Updates the requirements on testbench to permit the latest version.

Release notes

Sourced from testbench's releases.

v1.0.0 - 2022-08-15

Changed

  • Switch from crossbeam scoped threads to std scoped threads. This bumps our rustc requirements all the way up to the latest release (v1.63), but has the great advantage that we are no longer bound by the ever shifting rustc requirement of crossbeam, so this requirement can stay the same indefinitely.
Changelog

Sourced from testbench's changelog.

[1.0.0] - 2022-08-15

Changed

  • Switch from crossbeam scoped threads to std scoped threads. This bumps our rustc requirements all the way up to the latest release (v1.63), but has the great advantage that we are no longer bound by the ever shifting rustc requirements of crossbeam, so this requirement can stay indefinitely.

[0.9.0] - 2022-08-10

Changed

  • Update to latest crossbeam, bump minimal rustc to 1.38 accordingly.

[0.8.1] - 2022-08-10

Fixed

  • Pin crossbeam release to keep compatibility with rustc 1.36.

[0.8] - 2021-01-16

Added

  • Extracted "run under contention" part of contended_benchmark

Changed

  • Concurrent testing and benchmarking tools now used scoped threads, eliminating the need for Arc'ing shared data.
  • Since criterion has become good enough these days, this crate does not provide benchmarking tools anymore aside from the aforementioned one.
  • We now require Rust v1.36 because crossbeam does.

[0.7.3] - 2020-03-15

Added

  • Add a changelog to the repository.

Fixed

  • Improve conformance to the Rust API guidelines.
  • Minor doc tweaks.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Aug 16 '22 04:08 dependabot[bot]

This will bump rustc requirements quite significantly, but hopefully for the last time in a while. Will let the current rustc release age a bit before merging this.

HadrienG2 avatar Aug 16 '22 05:08 HadrienG2

@dependabot rebase

HadrienG2 avatar Sep 04 '22 15:09 HadrienG2

@dependabot rebase

HadrienG2 avatar Jul 03 '23 20:07 HadrienG2