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

Support stable package id #65

Merged
merged 6 commits into from
Jan 19, 2024
Merged

Support stable package id #65

merged 6 commits into from
Jan 19, 2024

Conversation

Jake-Shadle
Copy link
Member

The package id format has been stabilized in rust-lang/cargo#12914, this PR makes it so that we can support both the current opaque version as well as the (un)stable format.

Resolves: #64

This refactors the internals, and the public API, to support both the current "opaque" package ids as well as the new package id format stabilized in <rust-lang/cargo#12914>
@Jake-Shadle Jake-Shadle merged commit 9be978b into main Jan 19, 2024
6 checks passed
@Jake-Shadle Jake-Shadle deleted the fix-package-id branch January 19, 2024 19:21
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.

Cargo nightly has changed package id format
1 participant