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
The cause appears to be that the format of the package_id variable changed. On stable, package_id for me is: cryptography-rust 0.1.0 (path+file:///Users/alex_gaynor/projects/cryptography/src/rust), while on nightly, the package_id is path+file:///Users/alex_gaynor/projects/cryptography/src/rust#[email protected].
However, the format of package IDs found in the cargo JSON build output is unchanged, which results in _find_cargo_artifacts no longer matching things.
I'm not sure if this is a cargo bug or a setuptools-rust bug.