Skip to content

Minimum Rust Version #214

Closed as not planned
Closed as not planned
@mitsuhiko

Description

@mitsuhiko

I am targeting 1.42 and up to yesterday's release it was actually possible to use this library with 1.42.0 despite being documented as targeting 1.49. I noticed that serde json now moved the minimum rust version for a specific feature to 1.46 (serde-rs/json@aebe84c) which apparently is now the lower bound.

As there has been some evidence for supporting rust versions below 1.49, would it make sense to actually lower the minimum rust version here in tests? I'm mostly asking because 1.49 is at least one version newer than what a lot of folks are currently using.

For some additional context here: insta depends on serde-yaml which in turn depends on indexmap. Because people are using insta for testing libraries that target versions lower than 1.49 this is now a small inconvenience.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions