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

Commits on Feb 7, 2020

  1. Require serde >= 1.0.100 due to no_std-related Error re-export

    Relevant Serde PR: serde-rs/serde#1620
    
    To support both no-/std builds without using somewhat noisy
    conditional compilation directives, we implement the re-exported
    `serde::de::StdError` trait in #606.
    
    However, this was only introduced in >= 1.0.100, so we need to bump
    the version requirement of serde.
    
    On the off chance of someone pulling in incompatible 1.0.4{5,6} versions
    of serde_json, I believe it'd be good to yank those and cut a new
    release with this patch.
    
    Sorry for the omission in the original PR.
    
    Fixes #612.
    Xanewok committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    8fdfedb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #617 from Xanewok/serde-no-std-error

    Require serde >= 1.0.100 due to no_std-related Error re-export
    dtolnay authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    b4d56a7 View commit details
    Browse the repository at this point in the history
  3. Release 1.0.47

    dtolnay committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    6b5ded9 View commit details
    Browse the repository at this point in the history
Loading