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
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)
Updates the requirements on triple_buffer to permit the latest version.
Release notes
Sourced from triple_buffer's releases.
Changelog
Sourced from triple_buffer's changelog.
... (truncated)
Commits
e22bd4b
Tag new release in changelog4a5513d
Prepare for the next major release75d9cff
Also check MSRV in CI873e09f
Clean up changeloge29d129
Remove deprecated raw featureff1c6c1
Bumping MSRV is a breaking change, so let's do the other long-procrastinated ...b4f3333
Must bump MSRV further326ef7a
Bump MSRV since dependencies didfb2a3dd
No benchmarks in CI anymore98bd462
Merge pull request #15 from HadrienG2/dependabot/add-v2-config-fileDependabot 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)