Skip to content

rust-ini version mismatch in github code and crates.io #548

@mario-nt

Description

@mario-nt

In the Cargo.toml file the required version for the dependency library rust-ini is 0.20.0:

https://github.com/mehcode/config-rs/blob/4896caf29a71174eeb6af884bba84bb99ca9bb87/Cargo.toml#L36

However, in the crates.io page and when downloading the package, the required version is 0.19.0:

image

We are getting some workflows errors due to outdated packages that rust-ini v0.19.0 uses (because when using the config-rs version from crates.io, we get the v0.19.0 in the dependency instead of 0.20.0)

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