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
{{ message }}
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
Even if the source of both versions is present in cargo's cache on disk, we try to update the index given a fixed version from the command line. That's rather ugly and should be changed.
Since cargo itself relies on Cargo.lock in the absence of a network connection to avoid updating the index, we'd need some more involved mechanism digging in it's guts to utilize the cache in a satisfactory manner.
The text was updated successfully, but these errors were encountered:
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, #26 could be solved.
Even if the source of both versions is present in cargo's cache on disk, we try to update the index given a fixed version from the command line. That's rather ugly and should be changed.
Since cargo itself relies on
Cargo.lock
in the absence of a network connection to avoid updating the index, we'd need some more involved mechanism digging in it's guts to utilize the cache in a satisfactory manner.The text was updated successfully, but these errors were encountered: