Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: smoltcp-rs/smoltcp
base: bd3912e53e36
Choose a base ref
...
head repository: smoltcp-rs/smoltcp
compare: 7faa206eff88
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 22, 2019

  1. Configuration menu
    Copy the full SHA
    4ed4635 View commit details
    Browse the repository at this point in the history
  2. Bump Rust version requirement to 1.28.

    Actually, this is not a new requirement at all; because we do not
    check the minimum version on CI, some dependencies on 1.28 have
    already sneaked in. In particular, our required version of the crate
    managed only works on 1.28+.
    
    This allows us to use:
    (1.28)
      - ops::RangeBounds
      - num::NonZero
    
    Some trait bounds were added to make sure everything builds on 1.28.
    whitequark committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    7faa206 View commit details
    Browse the repository at this point in the history