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: serde-rs/bytes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.7
Choose a base ref
...
head repository: serde-rs/bytes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.11.8
Choose a head ref
  • 6 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    9284df4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Remove default package.readme metadata from Cargo.toml

    Since cargo 1.46.0, README.md is recognized by default.
    dtolnay committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    427c2ae View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. MIT copyright line

    Delete the first paragraph of LICENSE-MIT (an inaccurate
    pseudo-copyright line), leaving only the text of the MIT license.
    
    Nothing about the license of serde-bytes has changed, only our
    understanding of how to correctly communicate that license has changed.
    
    This mirrors an equivalent change applied in the rust-lang/rust
    repository years ago.
    dtolnay committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    3491bb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Time out workflows after 45 minutes

    GitHub's default timeout is 6 hours. Recently some of my GitHub Actions
    jobs have started randomly stalling for that long, which is inconvenient
    because it ties up a chunk of my runner quota. It apepars to be very
    rare for a job to recover after stalling. It's better to time out
    quicker and retry on a different runner.
    dtolnay committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    f4f82f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Update build status badge

    dtolnay committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    c90173f View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Release 0.11.8

    dtolnay committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    68fe3ab View commit details
    Browse the repository at this point in the history
Loading