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
downloadCargoPackageFromGit: use cargo package for creating the file list (resubmit) (#976)
This avoids pitfalls with `rg` misinterpreting include/exclude rules,
because it uses THE SAME logic `cargo` uses for .crate files.
Because it uses Cargo itself.
Issues with lock file generation are side-stepped by using
`--exclude-lockfile`, which I verified completely disables the check
that the lockfile is up-to-date.
---------
Co-authored-by: Vika Shleina <vsh@nyantec.com>
0 commit comments