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

Relax minimal patch version for serde_derive #15

Merged
merged 1 commit into from
Jan 14, 2019

Commits on Jan 13, 2019

  1. Relax minimal patch version for serde_derive

    A conflict with cbindgen exists which prevent restson to be used
    with it. `cbindgen` [pins `serde_derive` to `1.0.58`](https://github.com/eqrion/cbindgen/blob/44e9b2112a06e46ddda6073e237d3a56df39c3e2/Cargo.toml#L24-L27)
    due to mozilla/cbindgen#203
    so depending on `^1.0.80` prevents using both crates together.
    
    This patch simply relaxes the dependency on `serde_derive` to `1.0`,
    which is API compatible with both `1.0.80` and `1.0.58`.
    
    Closes spietika#14
    nbigaouette-eai authored Jan 13, 2019
    Configuration menu
    Copy the full SHA
    1b83aa0 View commit details
    Browse the repository at this point in the history