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.213
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.214
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 25, 2024

  1. Implement IntoDeserializer for all Deserializers in serde::de::value …

    …module
    
    Unfortunately, blanket implementation IntoDeserializer for Deserializer is impossible
    right now because this would be a breaking change. External crates may have this
    such implementation (and serde_json actually have it for Value)
    Mingun committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9cda015 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Merge pull request #2568 from Mingun/into_deserializer-for-deserializers

    Implement `IntoDeserializer` for all `Deserializer`s in `serde::de::value` module
    dtolnay authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    210373b View commit details
    Browse the repository at this point in the history
  2. Release 1.0.214

    dtolnay committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4180621 View commit details
    Browse the repository at this point in the history
Loading