You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have a specific reason to use such specific versions in the Cargo.toml?
No, only that I haven't tested older versions.
This gives downstream crates a little bit of leeway about shared dependencies.
I agree that this is desirable.
Would you consider reviewing a PR addressing this?
Yes. It would be nice if the minimal versions were also tested in the CI somehow, maybe by the -Z minimal-versions flag of Cargo: See e.g. rust-lang/cargo#5657 or bheisler/criterion.rs#183.
Hello, first of all, thank you for creating this crate!
Do you have a specific reason to use such specific versions in the
Cargo.toml
?I'd suggest the requirement can be relaxed a bit for crates that have a proper semantic versioning workflow. From:
To:
This gives downstream crates a little bit of leeway about shared dependencies.
Would you consider reviewing a PR addressing this?
The text was updated successfully, but these errors were encountered: