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
Moved some bits into place to support offline mode.
We currently depend on cargo 0.36 (which is the latest version from
crates.io), which doesn't have a stable `--offline` flag yet. However,
with the new call to `Config::configure`, we will be able to support it
properly in the future. With some minor changes to places where we
explicitly update the index, rust-lang#26 could be solved.
0 commit comments