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

Bump bitvec from 0.20.1 to 0.21.0 #3

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2021

Bumps bitvec from 0.20.1 to 0.21.0.

Changelog

Sourced from bitvec's changelog.

0.21.0

Added

  • The BitArr! macro constructs BitArray type names.
  • BitVec::from_element and BitVec::from_slice constructors. Thanks to GitHub user [@​HamishWMC] for reöpening [Issue #6]
  • BitSlice::{first,last}_{one,zero} finds the index of the first or last bit in the bit-slice set to one or zero, respectively. Thanks to GitHub user [@​seanyoung] for the feature request in [Issue #103].
  • BitSlice::{leading,trailing}_{ones,zeros} count the length of the run of the requested bit at the requested edge of the bit-slice. Thanks to GitHub user @​seanyoung for the feature request in Issue #103.

Changed

  • The bitarr! macro no longer constructs BitArray type names. In addition, it can take a const first argument to produce code that is usable in const contexts, such as producing a const or static binding. These invocations are limited to only using the blessed Lsb0, Msb0, and LocalBits ordering tokens, and may not use any other type names for orderings.

  • The bits! macro now accepts static and static mut first arguments. These direct the macro to produce a hidden static item containing a buffer produced by bitarr!(const). Borrowing a BitArray as a BitSlice requires code that cannot run in const contexts, so this macro may still only be used in local expressions, and not in static bindings. This behavior is useful for ensuring that the macro produces a permanent buffer rather than a temporary stack item.

  • The IterOnes and IterZeros bit-finding iterators have some acceleration by specialization. The provided orderings will now use the {leading,trailing}_{ones,zeros} methods in the standard library rather than implementing a search directly.

Fixed

GitHub user [@​ordian] fixed incorrect len() exclusion from BitVec::insert in [Pull Request #104].

0.20

0.20.2

Fixed overly vague funty dependency, as the 1.2 release moved BITS from bitvec into it, but old bitvecs now collided. Apologies to everyone who dealt with this problem after I published and immediately went on vacation for two weeks!

0.20.0

... (truncated)

Commits

Dependabot compatibility score

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)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 25, 2021

The following labels could not be found: A2-insubstantial, B0-silent, C1-low 📌.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@waynenilsen waynenilsen force-pushed the gateway branch 2 times, most recently from c164914 to 924998a Compare September 1, 2021 19:13
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@waynenilsen waynenilsen force-pushed the gateway branch 2 times, most recently from 25b4319 to 6513f19 Compare September 2, 2021 19:27
Bumps [bitvec](https://github.com/myrrlyn/bitvec) from 0.20.1 to 0.21.0.
- [Release notes](https://github.com/myrrlyn/bitvec/releases)
- [Changelog](https://github.com/bitvecto-rs/bitvec/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/myrrlyn/bitvec/commits)

---
updated-dependencies:
- dependency-name: bitvec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/bitvec-0.21.0 branch from 0a5f96e to 8477f53 Compare September 2, 2021 19:30
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 12, 2022

Superseded by #14.

@dependabot dependabot bot closed this Jan 12, 2022
@dependabot dependabot bot deleted the dependabot/cargo/bitvec-0.21.0 branch January 12, 2022 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants