Skip to content

Commit d5128a4

Browse files
committed
Use compatible cratesio cache path
1 parent 840b2e1 commit d5128a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crates/registry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pub enum Registry {
102102
impl Registry {
103103
fn cache_folder(&self) -> String {
104104
match self {
105-
Registry::CratesIo => "cratesios-sources".into(),
105+
Registry::CratesIo => "cratesio-sources".into(),
106106
Registry::Alternative(alt) => format!("{}-sources", alt.index()),
107107
}
108108
}

0 commit comments

Comments
 (0)