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

Upgrade and fixes for 0.24 #1661

Merged
merged 4 commits into from Jan 31, 2022

Commits on Jan 31, 2022

  1. Upgrade dependencies

    HeroicKatora committed Jan 31, 2022
    Copy the full SHA
    35feee4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9a1e601 View commit details
    Browse the repository at this point in the history
  3. Succeed early on unusual resize quickcheck case

    The quickcheck now exits early when checking resizing when it runs into
    the case where we are limited by `u32::MAX`. These cases should still be
    handled fine but in general should probably be covered by a separate
    test. In particular we can no longer expect the new size to be exact in
    the requested dimension.
    HeroicKatora committed Jan 31, 2022
    Copy the full SHA
    dee5590 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    30e42a1 View commit details
    Browse the repository at this point in the history