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

Pin CSV to 1.1.6 #349

Merged
merged 1 commit into from
Feb 15, 2023
Merged

Pin CSV to 1.1.6 #349

merged 1 commit into from
Feb 15, 2023

Conversation

mitsuhiko
Copy link
Owner

CSV now requires 1.60, trying to see if pinning to 1.1.6 works to retain lower MSRV.

@mitsuhiko mitsuhiko merged commit da63687 into master Feb 15, 2023
@mitsuhiko mitsuhiko deleted the feature/pin-csv branch February 15, 2023 11:54
@joshuataylor
Copy link

Is there a way to workaround the issue where:

  1. Using csv in dependencies, currently version 1.3.0 (doesn't matter, imagine a higher version)
  2. Using insta in dev-dependencies
  3. To use csv, now I need to also pin to =1.1.6

Not sure if there is a clean/sane way of doing this? In other languages, you can override a transitive dependency version for a library (if you're brave, I guess).

@max-sixty
Copy link
Collaborator

That is a bit unfortunate. I'm not familiar with a workaround; I don't think cargo generally allows this when both come from crates.io.

#524 would allow us to unlock the dependency while maintaining MSRV, but it needs a review...

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

Successfully merging this pull request may close these issues.

3 participants