Skip to content

Commit 610cc5c

Browse files
committed
Switch benchsuite to the index archive.
1 parent 0e474cf commit 610cc5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/benchsuite/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ impl Fixtures {
120120
} else {
121121
fs::create_dir_all(&index).unwrap();
122122
git("init --bare");
123-
git("remote add origin https://github.com/rust-lang/crates.io-index");
123+
git("remote add origin https://github.com/rust-lang/crates.io-index-archive");
124124
}
125125
git(&format!("fetch origin {}", CRATES_IO_COMMIT));
126126
git("branch -f master FETCH_HEAD");

0 commit comments

Comments
 (0)