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
Each call to cargo generate-lockfile does a registry update, so this step takes a great amount of time. Cargo itself does not expose a way to avoid this. It is possible to do with the cargo API, but I'd prefer to just use cargo from the command line if possible.
Each call to
cargo generate-lockfile
does a registry update, so this step takes a great amount of time. Cargo itself does not expose a way to avoid this. It is possible to do with the cargo API, but I'd prefer to just use cargo from the command line if possible.cc rust-lang/cargo#3479
The text was updated successfully, but these errors were encountered: