fix(deps): update rust crate volatile to v0.6.1 #77
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.1
Release Notes
rust-osdev/volatile (volatile)
v0.6.1
Compare Source
v0.6.0
Compare Source
RestrictAccess<To>
and generalizerestrict
to all access types by @mkroening in https://github.com/rust-osdev/volatile/pull/60#[must_use]
to volatile types,read
, andas_raw_ptr
by @mkroening in https://github.com/rust-osdev/volatile/pull/58Full Changelog: rust-osdev/volatile@v0.5.4...0.6.0
v0.5.4
Compare Source
#[repr(align(N))]
in#[derive(VolatileFieldAccess)]
macro by @mkroening in https://github.com/rust-osdev/volatile/pull/57v0.5.3
Compare Source
#[derive(VolatileFieldAccess)]
for easy, access-limited field-based access to structs by @mkroening in https://github.com/rust-osdev/volatile/pull/49VolatileRef::restrict
andVolatilePtr::restrict
by @mkroening in https://github.com/rust-osdev/volatile/pull/47VolatileRef::borrow
andVolatileRef::borrow_mut
by @mkroening in https://github.com/rust-osdev/volatile/pull/46map_field
operations by @phil-opp in https://github.com/rust-osdev/volatile/pull/50NonNull
imports by @mkroening in https://github.com/rust-osdev/volatile/pull/48v0.5.2
Compare Source
fmt::Pointer
,PartialEq
,Eq
,PartialOrd
,Ord
andHash
.very_unstable
feature to latest nightlySized
requirement forSend
andSync
impls onVolatileRef
v0.5.1
Compare Source
map
macrov0.5.0
Compare Source
VolatilePtr
andVolatileRef
VolatilePtr
provides safe read and write access to volatile values. Like raw pointers, it implementsCopy
and is!Sync
.VolatileRef
is a pointer type that respects Rust's aliasing rules. It doesn't implementCopy
, requires a&mut
reference for modification, and implementsSync
. It can converted to temporaryVolatilePtr
instances through theas_ptr
/as_mut_ptr
methods.map!
macro for struct field projection. These advanced features are gated behind a cargo feature named "unstable".v0.4.6
Compare Source
v0.4.5
Compare Source
const_generics
feature flag (#25)v0.4.4
Compare Source
unstable
feature on the latest nightly.v0.4.3
Compare Source
v0.4.2
Compare Source
slice::check_range
toRangeBounds::assert_len
(#16)v0.4.1
Compare Source
v0.4.0
Compare Source
v0.3.0
Compare Source
Debug
andClone
derives forWriteOnly
(#12)v0.2.7
Compare Source
Default
forVolatile
,WriteOnly
andReadOnly
(#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.