jmgao / dhc

DirectInput/Xinput hotplug emulation wrapper
Apache License 2.0
33 stars 4 forks source link

Update triple_buffer requirement from 5.0.0 to 6.0.0 in /dhc #40

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on triple_buffer to permit the latest version.

Release notes

Sourced from triple_buffer's releases.

6.0.0 - 2021-12-18

Changed

  • Latest dependency versions require Rust 1.46, we bump MSRV accordingly.
  • ...and since that's a breaking change, I'm also flushing the breaking change pipeline along the way:
    • TripleBuffer::new now takes a reference to its input.
    • The deprecated raw feature is now removed.
Changelog

Sourced from triple_buffer's changelog.

[6.0.0] - 2021-12-18

Changed

  • Latest dependency versions require Rust 1.46, we bump MSRV accordingly.
  • ...and since that's a breaking change, I'm also flushing the breaking change pipeline along the way:
    • TripleBuffer::new now takes a reference to its input.
    • The deprecated raw feature is now removed.

[5.0.6] - 2021-01-16

Added

  • As a result of the bugfix mentioned below, there is no performance motivation to gate raw features behind a feature flag, so those features are now available by default without a raw_ prefix. Usage of the raw_ prefix and the raw feature flag is deprecated and these may be removed in a future major release, but it doesn't harm to keep them indefinitely for now.

Changed

  • Benchmarks now use criterion, and have been significantly cleaned up along the way. They are now more extensive and more reliable.
  • Moved MSRV to Rust 1.36 because we now use crossbeam for testing, which requires that much. The crate itself should still support Rust 1.34 for now, but we cannot test that it continues doing so...

Fixed

  • Removed a possibility of data race that was not observed on current hardware, but could be triggered by future hardware or compiler evolutions. See HadrienG2/triple-buffer#14 .

[5.0.5] - 2020-07-05

Changed

  • Use only cache-padded instead of the full crossbeam-utils crate
  • Clean up CI config and cache Rust toolchain there

[5.0.4] - 2020-02-10

Added

  • Add a changelog to the repository.

... (truncated)

Commits
  • e22bd4b Tag new release in changelog
  • 4a5513d Prepare for the next major release
  • 75d9cff Also check MSRV in CI
  • 873e09f Clean up changelog
  • e29d129 Remove deprecated raw feature
  • ff1c6c1 Bumping MSRV is a breaking change, so let's do the other long-procrastinated ...
  • b4f3333 Must bump MSRV further
  • 326ef7a Bump MSRV since dependencies did
  • fb2a3dd No benchmarks in CI anymore
  • 98bd462 Merge pull request #15 from HadrienG2/dependabot/add-v2-config-file
  • Additional commits viewable in compare view


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] commented 2 years ago

Superseded by #45.