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

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

Closed
mario-nt opened this issue Mar 15, 2024 · 3 comments
Closed

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

mario-nt opened this issue Mar 15, 2024 · 3 comments

Comments

@mario-nt
Copy link

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)

@matthiasbeyer
Copy link
Member

config 0.14.0 is released with rust-ini 0.19. What you see is the unreleased version on the master branch.

Once the next release of the config crate happens, the latest rust-ini version will be in the dependencies (0.20 as of now, but 0.21 is already out there, so I guess dependabot will PR the update soon).

@mario-nt
Copy link
Author

@matthiasbeyer Okay, it makes sense, didn't think about it in that way.

Thank you so much for answering Matthias :)

@matthiasbeyer
Copy link
Member

I am gonna close this as it really is not the issue. Feel free to reopen if you like to object! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants