summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2018-09-13 11:16:17 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2018-09-13 11:16:17 +0200
commit412fff7ccc3670f6d079bdebe5f0e2f2c771b252 (patch)
tree26c3ea94ce9617875db329779589e69c0f6f3d0b /Cargo.toml
parent59d7c26b42945fcf4c114584e7f783d2b1ce566c (diff)
mdbook upgrade
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 56de623..c52370a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
[dependencies]
-mdbook = "0.1.8"
+mdbook = "0.2.1"
pulldown-cmark = "0.1.2"
pulldown-cmark-to-cmark = "1.1.0"
env_logger = "0.5.10"