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/serde
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.195
Choose a base ref
...
head repository: serde-rs/serde
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.196
Choose a head ref
  • 10 commits
  • 9 files changed
  • 3 contributors

Commits on Jan 9, 2024

  1. Use shields.io's MSRV badges

    Sky9x authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    0024f74 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2673 from Sky9x/msrv-badge

    Use shields.io's MSRV badges
    dtolnay authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    111803a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Adding workspace dependencies

    rodoufu committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    dd61963 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2678 from rodoufu/workspaceDependencies

    Adding workspace dependencies
    dtolnay authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1c675ab View commit details
    Browse the repository at this point in the history
  3. Sort workspace dependencies

    dtolnay committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    aecb408 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Fix workspace.dependencies default-features future compat warning

        warning: serde_derive_internals/Cargo.toml: `default-features` is
        ignored for syn, since `default-features` was not specified for
        `workspace.dependencies.syn`, this could become a hard error in the
        future
    dtolnay committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    29d9f69 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2681 from dtolnay/workspacedeps

    Fix workspace.dependencies default-features future compat warning
    dtolnay authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    b971ef1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bef110b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2682 from dtolnay/decimalpoint

    Format Unexpected::Float with decimal point
    dtolnay authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    d438c2d View commit details
    Browse the repository at this point in the history
  5. Release 1.0.196

    dtolnay committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ede9762 View commit details
    Browse the repository at this point in the history
Loading