We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e474cf commit 610cc5cCopy full SHA for 610cc5c
benches/benchsuite/src/lib.rs
@@ -120,7 +120,7 @@ impl Fixtures {
120
} else {
121
fs::create_dir_all(&index).unwrap();
122
git("init --bare");
123
- git("remote add origin https://github.com/rust-lang/crates.io-index");
+ git("remote add origin https://github.com/rust-lang/crates.io-index-archive");
124
}
125
git(&format!("fetch origin {}", CRATES_IO_COMMIT));
126
git("branch -f master FETCH_HEAD");
0 commit comments