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
As a result mapping between "shortened" and "full" ids breaks, and it fails to find any hashes. It's not the end of the world - crate2nix can fetch crates on it's own and place them in a file, but this is very slow if you have a lot of them.
The text was updated successfully, but these errors were encountered:
rust-lang/cargo#12914 changed how package ID looks like, now it's something like this:
This changed how
PackageId
is represented:https://docs.rs/cargo_metadata/latest/cargo_metadata/struct.PackageId.html
At the same time
lock.rs
creates them from parts:crate2nix/crate2nix/src/lock.rs
Line 42 in e494b56
As a result mapping between "shortened" and "full" ids breaks, and it fails to find any hashes. It's not the end of the world -
crate2nix
can fetch crates on it's own and place them in a file, but this is very slow if you have a lot of them.The text was updated successfully, but these errors were encountered: