update to new version of mon

This commit is contained in:
John Turner
2025-10-30 22:40:29 +00:00
parent 72b6774e2b
commit 820cb3ba48
6 changed files with 24 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ fn parse_md5_cache() {
eprintln!("{line}");
eprintln!();
Depend::<Atom>::parser()
.separated_list(whitespace1(), 0..)
.separated_by(whitespace1(), 0..)
.ignore()
.or(eof())
.preceded_by(tag("DEPEND="))