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: 30e7babf5ca2
Choose a base ref
...
head repository: smoltcp-rs/smoltcp
compare: bd3912e53e36
Choose a head ref
  • 3 commits
  • 16 files changed
  • 1 contributor

Commits on Jun 22, 2019

  1. Bump Rust version requirement to 1.27.

    This allows us to use:
    (1.26)
      - impl Trait
      - autoderef in pattern matching
      - fixed slice patterns
      - inclusive ranges
    (1.27)
      - dyn Trait
      - #[must_use] on functions
    
    To prepare for edition change, dyn is added where applicable. Other
    edition changes would require bumping the requirement even higher,
    and so they are not applied for now.
    whitequark committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    83dba8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4d0a7e View commit details
    Browse the repository at this point in the history
  3. Bump log dependency to version 0.4. NFC.

    This doesn't affect downstream code because log 0.3.9 is a facade
    crate implemented in terms of log 0.4, and so log 0.3 and log 0.4
    APIs can be used together.
    whitequark committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    bd3912e View commit details
    Browse the repository at this point in the history