Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require serde >= 1.0.100 due to no_std-related Error re-export #617

Merged
merged 1 commit into from Feb 7, 2020

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 serde-rs#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 serde-rs#612.
    Xanewok committed Feb 7, 2020
    Copy the full SHA
    8fdfedb View commit details
    Browse the repository at this point in the history