summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-31 14:28:49 +0000
committerLars Wirzenius <liw@liw.fi>2022-01-31 14:28:49 +0000
commit717b5fa55b545338003eae31b55e2c25051855e6 (patch)
treeb5fc9f2c9497010fb2125724ff42d0752d75ee18
parenta1bc8790555e11142cf8877ab2b64fd2220c3787 (diff)
parent80e405ab15dd5ba8e3220876bfd344e1a1136684 (diff)
downloadpandoc-filter-diagram-717b5fa55b545338003eae31b55e2c25051855e6.tar.gz
Merge branch 'msrv' into 'main'
chore: add a rust-version field to Cargo.toml; update Cargo.lock Closes #1 See merge request larswirzenius/pandoc-filter-diagram!10
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 16e0618..85fed0f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,9 +9,7 @@ authors = [
license = "MIT-0"
description = '''render diagram markup in a Pandoc abstract syntax tree as SVG'''
repository = "https://gitlab.com/larswirzenius/pandoc-filter-diagram"
-
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+rust-version = "1.56.0"
[dependencies]
anyhow = "1.0.50"