Update deps

This commit is contained in:
mo8it
2025-08-18 12:01:21 +02:00
parent f24861957a
commit a712e484d0
7 changed files with 214 additions and 149 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ mod tests {
#[test]
fn dirs() {
let exercises = toml_edit::de::from_str::<InfoFile>(EMBEDDED_FILES.info_file)
let exercises = toml::de::from_str::<InfoFile>(EMBEDDED_FILES.info_file)
.expect("Failed to parse `info.toml`")
.exercises;