fix(deps): update rust crate volatile to v0.6.1#77
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update rust crate volatile to v0.6.1#77renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
3121aeb to
f445e32
Compare
f445e32 to
ae715e8
Compare
ae715e8 to
e177da4
Compare
e177da4 to
fb1ff34
Compare
fb1ff34 to
c2b42e8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
=0.2.6→=0.6.1Release Notes
rust-osdev/volatile (volatile)
v0.6.1Compare Source
v0.6.0Compare Source
RestrictAccess<To>and generalizerestrictto all access types by @mkroening in #60#[must_use]to volatile types,read, andas_raw_ptrby @mkroening in #58Full Changelog: rust-osdev/volatile@v0.5.4...0.6.0
v0.5.4Compare Source
RestrictAccess<To>and generalizerestrictto all access types by @mkroening in #60#[must_use]to volatile types,read, andas_raw_ptrby @mkroening in #58Full Changelog: rust-osdev/volatile@v0.5.4...0.6.0
v0.5.3Compare Source
#[derive(VolatileFieldAccess)]for easy, access-limited field-based access to structs by @mkroening in #49VolatileRef::restrictandVolatilePtr::restrictby @mkroening in #47VolatileRef::borrowandVolatileRef::borrow_mutby @mkroening in #46map_fieldoperations by @phil-opp in #50NonNullimports by @mkroening in #48v0.5.2Compare Source
fmt::Pointer,PartialEq,Eq,PartialOrd,OrdandHash.very_unstablefeature to latest nightlySizedrequirement forSendandSyncimpls onVolatileRefv0.5.1Compare Source
mapmacrov0.5.0Compare Source
VolatilePtrandVolatileRefVolatilePtrprovides safe read and write access to volatile values. Like raw pointers, it implementsCopyand is!Sync.VolatileRefis a pointer type that respects Rust's aliasing rules. It doesn't implementCopy, requires a&mutreference for modification, and implementsSync. It can converted to temporaryVolatilePtrinstances through theas_ptr/as_mut_ptrmethods.map!macro for struct field projection. These advanced features are gated behind a cargo feature named "unstable".v0.4.6Compare Source
v0.4.5Compare Source
const_genericsfeature flag (#25)v0.4.4Compare Source
unstablefeature on the latest nightly.v0.4.3Compare Source
v0.4.2Compare Source
slice::check_rangetoRangeBounds::assert_len(#16)v0.4.1Compare Source
v0.4.0Compare Source
v0.3.0Compare Source
DebugandClonederives forWriteOnly(#12)v0.2.7Compare Source
DefaultforVolatile,WriteOnlyandReadOnly(#10)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.