summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)AuthorFilesLines
2024-03-10chore: cargo updateLars Wirzenius1-304/+362
2024-03-10chore: update to use current SubplotLars Wirzenius1-414/+671
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2022-08-16fix: deal with Pandoc AST versioningLars Wirzenius1-0/+1
Sponsored-by: author
2022-06-14chore: update version for new releaseLars Wirzenius1-1/+1
Sponsored-by: author
2022-06-14chore: update version for roadmap dependencyLars Wirzenius1-3/+4
Sponsored-by: author
2022-01-26chore: update Cargo.lockLars Wirzenius1-70/+92
Sponsored-by: author
2022-01-26chore: bump version for next releaseLars Wirzenius1-1/+1
From 0.1.1 to 0.2.0, because this release will bump the minimum supported Rust version, and I consider that to be a breaking change. Sponsored-by: author
2021-12-10chore: add dependencies for upcoming Subplot scenario buildingLars Wirzenius1-2/+1169
Sponsored-by: author
2021-12-02chore: update Cargo.lockLars Wirzenius1-1/+1
Sponsored-by: author
2021-11-30chore: update Cargo.lockLars Wirzenius1-6/+6
2021-11-29feat: add basic featuresLars Wirzenius1-0/+460
Add rendering of dot, plantuml, pikchr, roadmap, and raw SVG, from fenced code blocks into SVG. Sponsored-by: pep.foundation