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

Fix clamped capacity to be divided by element size #1549

Merged
merged 3 commits into from
Dec 28, 2022

Commits on Sep 13, 2022

  1. Fix clamped capacity to be divided by element size

    - Fixes rust-bakery#1459 (comment)
    - Also change `clamp` to `min` so this works on Rust 2018 edition.
    jkugelman committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    64216b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Update src/multi/mod.rs

    Geal authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    04f5dbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d463616 View commit details
    Browse the repository at this point in the history