summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2020-04-06 10:43:01 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2020-04-06 10:43:01 +0200
commite170360482a3a8cb41bdae1c6708b906ffc6ad21 (patch)
tree2c14ef16b67fb92243d9be1470890630ec886951 /Cargo.toml
parent4a155cd5f367b22fd1cd87bbd77b0ca436214adb (diff)
Make it edition 2018
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 838dbea..b327353 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ description = "mdbook preprocessor to add mermaid support"
license = "MPL-2.0"
homepage = "https://github.com/badboy/mdbook-mermaid"
repository = "https://github.com/badboy/mdbook-mermaid"
+edition = "2018"
[dependencies]
mdbook = "0.3"