Update dependencies #53

Merged
kdeng00 merged 11 commits from update_dependencies into icarus_v2_support 2025-07-02 12:26:38 -04:00
Showing only changes of commit c1865619ff - Show all commits
+1 -1
View File
@@ -41,7 +41,7 @@ mod tests {
let meta_path = String::from("tests/sample2_tracks/album.json");
if !std::path::Path::new(&meta_path).exists() {
assert!(false, "File does not exists: {:meta_path?}");
assert!(false, "File does not exists: {meta_path:?}");
}
match icarus_models::album::collection::parse_album(&meta_path) {