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

io: fix take when using evil reader (backport #4428 to 1.14) #4451

Merged
merged 4 commits into from Jan 31, 2022

Commits on Jan 30, 2022

  1. Configuration menu
    Copy the full SHA
    cafdcfc View commit details
    Browse the repository at this point in the history
  2. io: fix take pointer check (#4437)

    Darksonn authored and carllerche committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    27870cd View commit details
    Browse the repository at this point in the history
  3. chore: make it easier to pin Rust versions in CI (#4448)

    When backporting patches to LTS branches, we often run into CI failures due to
    changes in rust. Newer rust versions add more lints, which break CI. We really
    don't want to also have to backport patches that fix CI, so instead, LTS branches
    should pin the stable rust version in CI (e.g. #4434).
    
    This PR restructures the CI config files to make it a bit easier to set a specific rust
    version in CI.
    carllerche committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    02fc260 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e03a790 View commit details
    Browse the repository at this point in the history