Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate heapless to 0.7.16 #140

Merged
merged 1 commit into from
Sep 26, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
heapless dev-dependencies patch 0.7.10 -> 0.7.16

Release Notes

japaric/heapless

v0.7.16

Compare Source

Added
  • add more PartialEq implementations to Vec where Vec is the RHS
Changed
Fixed
  • clarify in the docs that the capacity heapless::String is in bytes, not characters
  • Fixed some broken links in the documentation.

v0.7.15

Compare Source

Added
  • Added Vec::insert(index, element)
  • Added Vec::remove(index)
  • Added Vec::retain(f)
  • Added Vec::retain_mut(f)

v0.7.14

Compare Source

Added
  • Added support for AVR architecture.
Fixed
  • IndexSet and IndexMap's default method now compile time checks that their capacity is a power of two.

v0.7.13

Compare Source

Added
  • Added into_vec to BinaryHeap

v0.7.12

Compare Source

Added
  • Added support for AVR architecture.
  • Add entry API to IndexMap
  • Implement IntoIterator trait for Indexmap
  • Implement FromIterator for String
  • Add first and last methods to IndexMap and IndexSet
  • Add pop_{front_back}_unchecked methods to Deque
Changed
  • Optimize the codegen of Vec::clone
  • riscv32i and riscv32imc targets unconditionally (e.g. build --no-default-features) depends on atomic-polyfill
Fixed
  • Inserting an item that replaces an already present item will no longer
    fail with an error

v0.7.11

Compare Source

Fixed
  • Fixed pool example in docstring.
  • Fixed undefined behavior in Vec::truncate(), Vec::swap_remove_unchecked(),
    and Hole::move_to() (internal to the binary heap implementation).
  • Fixed BinaryHeap elements are being dropped twice

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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added automerge Kodiak Auto Merge Label dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 26, 2022
@kodiakhq kodiakhq bot merged commit baedc77 into master Sep 26, 2022
@kodiakhq kodiakhq bot deleted the renovate/heapless-0.x branch September 26, 2022 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Kodiak Auto Merge Label dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants