summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2025-11-26bump monJohn Turner
2025-11-20update mon and use new ascii parsersJohn Turner
2025-11-17bump mon for bug fixesJohn Turner
2025-11-14bump mon and use SeparatedByWithTrailing combinator where neededJohn Turner
The new version of mon fixed the SeparatedBy combinator to not allow trailing delimiters. This broke the Depend expr parser, because the exprs are padded with whitespace. Using the new SeparatedByWithTrailing combinator fixes this issue.
2025-11-13bump monJohn Turner
2025-11-13bump monJohn Turner
2025-11-10track Cargo.lockJohn Turner
2025-10-26stop tracking Cargo.lockJohn Turner
2025-10-26update Cargo.lockJohn Turner
2025-10-25add itertools dependencyJohn Turner
2025-10-23add get crateJohn Turner