Skip to content

Commit 3a35c75

Browse files
committed
Revert "Try the "--offline" cargo flag"
This reverts commit 1cf7fec.
1 parent 1cf7fec commit 3a35c75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,8 +1178,6 @@ fn cargo(
11781178
}
11791179
cmd.arg(build_kind.exec_command());
11801180

1181-
cmd.arg("--offline");
1182-
11831181
if matches!(build_kind, BuildKind::Normal) && run_quietly {
11841182
cmd.arg("-q");
11851183
}

0 commit comments

Comments
 (0)