From 3f3cf543da793b7839222b939295e3eaec4578ec Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 26 Jan 2022 18:32:43 +0200 Subject: chore: add a rust-version field to Cargo.toml Sponsored-by: author --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.1