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 thunderdome requirement from 0.4 to 0.6 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 21, 2022

Updates the requirements on thunderdome to permit the latest version.

Changelog

Sourced from thunderdome's changelog.

[0.6.0] - 2022-10-18

  • Raised MSRV to 1.47.0.
  • Many functions are now const (#38)

#38: LPGhatguy/thunderdome#38 [0.6.0]: https://github.com/LPGhatguy/thunderdome/releases/tag/v0.6.0

[0.5.1] - 2022-07-04

  • Fixed bug when calling Arena::insert_at on a slot in the middle of the free list. (#36)
  • Added Index::generation for extracting the generation portion of an index. (#34)

#34: LPGhatguy/thunderdome#34 #36: LPGhatguy/thunderdome#36 [0.5.1]: https://github.com/LPGhatguy/thunderdome/releases/tag/v0.5.1

[0.5.0] - 2021-10-07

  • Moved iterator types into thunderdome::iter. (#24)
  • Changed Index::from_bits to return Option<Index> instead of Index, and no longer panic. (#31)

#24: LPGhatguy/thunderdome#24 #31: LPGhatguy/thunderdome#31 [0.5.0]: https://github.com/LPGhatguy/thunderdome/releases/tag/v0.5.0

[0.4.2] - 2021-10-07

  • Fixed miri warning for Arena::get2_mut. (#29)
  • Added Arena::insert_at and Arena::insert_at_slot for inserting into specific indexes or slots. (#30)

#29: LPGhatguy/thunderdome#29 #30: LPGhatguy/thunderdome#30 [0.4.2]: https://github.com/LPGhatguy/thunderdome/releases/tag/v0.4.2

[0.4.1] - 2021-02-24

  • Implemented IntoIterator for &Arena and &mut Arena. (#18)
  • Added Arena::get2_mut for getting two mutable references of different slots at once. (#22)

#18: LPGhatguy/thunderdome#18 #22: LPGhatguy/thunderdome#22 [0.4.1]: https://github.com/LPGhatguy/thunderdome/releases/tag/v0.4.1

[0.4.0] - 2020-11-17

  • Fixed Arena::iter_mut to return mutable references. (#10)
  • Added Arena::retain for conveniently removing entries which do not satisfy a given predicate. (#11)
  • Added Arena::contains for checking whether an Index is valid for a given Arena. (#12)
  • Added Index::slot for extracting the slot portion of an index as well as slot-related APIs. (#13)
    • Added Arena::contains_slot for checking whether a slot is occupied in a given Arena and resolving its Index if so.
    • Added Arena::get_by_slot and Arena::get_by_slot_mut for retrieving an entry by its slot, ignoring generation.
    • Added Arena::remove_by_slot for removing an entry by its slot, ignoring generation.

#10: LPGhatguy/thunderdome#10 #11: LPGhatguy/thunderdome#11

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [thunderdome](https://github.com/LPGhatguy/thunderdome) to permit the latest version.
- [Release notes](https://github.com/LPGhatguy/thunderdome/releases)
- [Changelog](https://github.com/LPGhatguy/thunderdome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/LPGhatguy/thunderdome/commits)

---
updated-dependencies:
- dependency-name: thunderdome
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants