We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
work/local
create-lists
1 parent 2186448 commit e34e5b2Copy full SHA for e34e5b2
src/crates/sources/registry.rs
@@ -20,6 +20,7 @@ impl List for RegistryList {
20
let mut list = Vec::new();
21
let mut counts = HashMap::new();
22
23
+ fs::create_dir_all(&*LOCAL_DIR)?;
24
let index = Index::new(LOCAL_DIR.join("crates.io-index"));
25
index.retrieve_or_update().to_failure()?;
26
0 commit comments