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

Patch release for all crossbeam crates. #474

Merged
merged 7 commits into from Feb 22, 2020

Commits on Feb 17, 2020

  1. Bump crossbeam-utils to 0.7.1

    This also bumps the `rand` `dev-dependency` to `0.7`.
    No breaking changes as far as I can tell.
    jonhoo committed Feb 17, 2020
    Copy the full SHA
    a783dd6 View commit details
    Browse the repository at this point in the history
  2. Bump crossbeam-channel to 0.4.1

    This also bumps the `rand` `dev-dependency` to `0.7`.
    No breaking changes as far as I can tell.
    jonhoo committed Feb 17, 2020
    Copy the full SHA
    909edf5 View commit details
    Browse the repository at this point in the history
  3. Bump crossbeam-epoch to 0.8.1

    This also bumps the `rand` `dev-dependency` to `0.7`.
    No breaking changes as far as I can tell.
    jonhoo committed Feb 17, 2020
    Copy the full SHA
    64ad929 View commit details
    Browse the repository at this point in the history
  4. Bump crossbeam-queue to 0.2.2

    This also bumps the `rand` `dev-dependency` to `0.7`.
    No breaking changes as far as I can tell.
    jonhoo committed Feb 17, 2020
    Copy the full SHA
    e962784 View commit details
    Browse the repository at this point in the history
  5. Bump crossbeam-deque to 0.7.3

    This also bumps the `rand` `dev-dependency` to `0.7`.
    No breaking changes as far as I can tell.
    jonhoo committed Feb 17, 2020
    Copy the full SHA
    640cec2 View commit details
    Browse the repository at this point in the history
  6. Bump crossbeam to 0.7.4

    This just bumps the `rand` `dev-dependency` to `0.7`.
    None of the underlying crates had breaking changes, and this crate has
    no changes, so a patch release is fine.
    jonhoo committed Feb 17, 2020
    Copy the full SHA
    78043c7 View commit details
    Browse the repository at this point in the history
  7. Undo bump of rand as it bumps MSRV

    rand 0.7 requires support for the 2018 edition, which only works on
    1.32 (our current MSRV is 1.28).
    
    This also means that the root crate no longer needs a version bump.
    jonhoo committed Feb 17, 2020
    Copy the full SHA
    528c3ca View commit details
    Browse the repository at this point in the history