fix(deps): update rust crate memmap2 to 0.9.0 #6
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.5.8
->0.9.0
Release Notes
RazrFalcon/memmap2-rs (memmap2)
v0.9.7
Fixed
slice::from_raw_parts
on 32-bit platforms.v0.9.5
Compare Source
Added
Advise::is_supported
andUncheckedAdvice::is_supported
. Linux only.@xzfc
@RalfJung
@betelgeuse
@ADSteele916
v0.9.4
Compare Source
Changed
libc
crate >= 0.2.151 is required now.Fixed
libc
crate.v0.9.3
Compare Source
Fixed
v0.9.2
Compare Source
Fixed
v0.9.1
Compare Source
Changed
MmapOptions::huge
method to support mapping hugetlb. Linux only.@ollie-etl
@oliverbunting
v0.9.0
Compare Source
Changed
Advice
struct was split into two enums:Advice
andUncheckedAdvice
.Advice
can be passed to safeadvise
andadvise_range
methods.And
UncheckedAdvice
can be passed to unsafeunchecked_advise
and
unchecked_advise_range
methods.@adamreichold
v0.8.0
Compare Source
Changed
Advice
type is a struct and not an enum now.@adamreichold
Fixed
Advise
variants were unsound and now requireunsafe
to be constructed.@adamreichold
v0.7.1
Compare Source
Fixed
@lvella
v0.7.0
Compare Source
Added
Mmap::remap
,MmapMut::remap
andMmapRaw::remap
. Linux-only.@Phantomical
Advice::PopulateRead
andAdvice::PopulateWrite
. Linux-only.@Jesse-Bakker
Changed
v0.6.2
Compare Source
Fixed
@timvisee
v0.6.1
Compare Source
Added
MmapOptions::map_raw_read_only
to avoid intermediate invalidMmap
instances.@adamreichold
v0.6.0
Compare Source
Changed
lock()
andunlock
methods require&self
and not&mut self
now.@timvisee
v0.5.10
Compare Source
Added
MmapOptions::map_anon
accounts forpopulate
on Linux now.@jsgf
v0.5.9
Compare Source
Added
From<Mmap> for MmapRaw
andFrom<MmapMut> for MmapRaw
.@swlynch99
Mmap::advise_range
,MmapMut::advise_range
,MmapRaw::advise_range
.@ho-229
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.