Update candle to 0.9 (#6913)

This commit is contained in:
jh-block
2026-02-03 14:59:52 +01:00
committed by GitHub
parent 0f334dbd45
commit a3f93ad532
8 changed files with 270 additions and 239 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ impl SearchPaths {
Self {
paths: paths
.into_iter()
.map(|s| PathBuf::from(shellexpand::tilde(&s).as_ref()))
.map(|s| PathBuf::from(&*shellexpand::tilde(&s)))
.collect(),
}
}