summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-26 18:32:43 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-26 18:32:43 +0200
commit3f3cf543da793b7839222b939295e3eaec4578ec (patch)
tree8d75085e4197146826fbfda90ec0190d8eb5e01e
parent553dd2eef4e019dca2d2b7040c3a4f02cf4ed336 (diff)
downloadpandoc-filter-diagram-3f3cf543da793b7839222b939295e3eaec4578ec.tar.gz
chore: add a rust-version field to Cargo.toml
Sponsored-by: author
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 53682a6..d7959b4 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"