pubgrub-rs / semver-pubgrub

Compatibility between VersionReq from semver and VersionSet from pubgrub
Mozilla Public License 2.0
5 stars 1 forks source link

Compatibility with "cargo update --precise" #5

Open Eh2406 opened 2 months ago

Eh2406 commented 2 months ago

Implement compatibility with https://github.com/dtolnay/semver/pull/321 . Check that the output make sense; it would be a shame for the new code also to have odd corner cases.

Eh2406 commented 2 months ago

Here is a hack job to give it a try https://github.com/pubgrub-rs/semver-pubgrub/tree/new-pre-release

Eh2406 commented 1 month ago

The upstream work moved to https://github.com/rust-lang/cargo/pull/14305