Closed bnjbvr closed 8 months ago
Working on macOS (Apple Silicon).
Since this is probably breaking the CI for everyone who has stable testing, may I suggest merging this soon?
Thanks, I'd really like a test by someone on windows though, since paths may be different there (notably slash vs backslash).
You shouldn't need any platform-specific testing done. If the output of the old (opaque) id worked for you then extracting it should work here as well because they are both URLs and are platform-independent and you already had to be handling any platform-specific logic for the old id format.
@epage Ah thanks for the information, I hadn't realized this was platform-independent.
This updates to the new pkgid spec used after Rust 1.77.
Fixes #104. Fixes #114.