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: dtolnay/serde-untagged
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.5
Choose a base ref
...
head repository: dtolnay/serde-untagged
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.6
Choose a head ref
  • 8 commits
  • 4 files changed
  • 1 contributor

Commits on Feb 1, 2024

  1. Raise minimum tested compiler to 1.69

    Required by toml_edit.
    
        error: package `toml_edit v0.21.1` cannot be built because it requires rustc 1.69 or newer, while the currently active rustc version is 1.67.1
        Either upgrade to rustc 1.69 or newer, or use
        cargo update -p [email protected] --precise ver
        where `ver` is the latest version of `toml_edit` supporting rustc 1.67.1
    dtolnay committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f641180 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Raise minimum tested compiler to 1.70

    Required by the most recent release of toml_edit.
    
        error: package `toml_edit v0.22.5` cannot be built because it requires rustc 1.70 or
        newer, while the currently active rustc version is 1.69.0
        Either upgrade to rustc 1.70 or newer, or use
        cargo update -p [email protected] --precise ver
        where `ver` is the latest version of `toml_edit` supporting rustc 1.69.0
    dtolnay committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a09430a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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

Commits on Mar 26, 2024

  1. Explicitly install a Rust toolchain for cargo-outdated job

    Debugging a recent cargo-outdated bug, it would have been nice not to
    wonder whether a rustc version change in GitHub's runner image was a
    contributing factor.
    dtolnay committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    00546fe View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Revert "Temporarily disable miri on doctests"

    This reverts commit 4458dec.
    dtolnay committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    66e8334 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    7e41f22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98f1a27 View commit details
    Browse the repository at this point in the history
  3. Release 0.1.6

    dtolnay committed May 14, 2024
    Configuration menu
    Copy the full SHA
    900f804 View commit details
    Browse the repository at this point in the history
Loading