Update Rust crate heapless to 0.7.16 #140
Merged
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.7.10
->0.7.16
Release Notes
japaric/heapless
v0.7.16
Compare Source
Added
PartialEq
implementations toVec
whereVec
is the RHSChanged
Fixed
heapless::String
is in bytes, not charactersv0.7.15
Compare Source
Added
Vec::insert(index, element)
Vec::remove(index)
Vec::retain(f)
Vec::retain_mut(f)
v0.7.14
Compare Source
Added
Fixed
IndexSet
andIndexMap
'sdefault
method now compile time checks that their capacity is a power of two.v0.7.13
Compare Source
Added
into_vec
toBinaryHeap
v0.7.12
Compare Source
Added
entry
API toIndexMap
IntoIterator
trait forIndexmap
FromIterator
forString
first
andlast
methods toIndexMap
andIndexSet
pop_{front_back}_unchecked
methods toDeque
Changed
Vec::clone
riscv32i
andriscv32imc
targets unconditionally (e.g.build --no-default-features
) depends onatomic-polyfill
Fixed
fail with an error
v0.7.11
Compare Source
Fixed
pool
example in docstring.Vec::truncate()
,Vec::swap_remove_unchecked()
,and
Hole::move_to()
(internal to the binary heap implementation).BinaryHeap
elements are being dropped twiceConfiguration
📅 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 has been generated by Mend Renovate. View repository job log here.