summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
2024-03-10chore: update to use current SubplotLars Wirzenius1-2/+2
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2022-08-16fix: deal with Pandoc AST versioningLars Wirzenius1-1/+7
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-1/+1
Sponsored-by: author
2022-01-31Merge branch 'msrv' into 'main'Lars Wirzenius1-3/+1
chore: add a rust-version field to Cargo.toml; update Cargo.lock Closes #1 See merge request larswirzenius/pandoc-filter-diagram!10
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
2022-01-26chore: add a rust-version field to Cargo.tomlLars Wirzenius1-3/+1
Sponsored-by: author
2021-12-10chore: add dependencies for upcoming Subplot scenario buildingLars Wirzenius1-0/+7
Sponsored-by: author
2021-12-02bump versionLars Wirzenius1-1/+1
Sponsored-by: author
2021-11-30fix: drop edition to 2018, because dh-cargoLars Wirzenius1-1/+1
Sponsored-by: author
2021-11-29feat: add basic featuresLars Wirzenius1-0/+16
Add rendering of dot, plantuml, pikchr, roadmap, and raw SVG, from fenced code blocks into SVG. Sponsored-by: pep.foundation
2021-11-29Initial commitLars Wirzenius1-0/+8