summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2020-05-18 11:38:20 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2020-05-18 11:38:20 +0200
commit7d32eccc880815ace12e04857b89d58ad83ab3ba (patch)
treeba24f727c5317f85f1b6052bd3a967a7c167681e /Cargo.toml
parent5f8f6e3ea94681191062ebdda6b99889d7d5b2c9 (diff)
Fix regression: newlines around code blocks were fixed upstream
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 9a0d0e7..6918b4b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
mdbook = "0.3"
pulldown-cmark = "0.7.0"
-pulldown-cmark-to-cmark = "4.0.0"
+pulldown-cmark-to-cmark = "4.0.1"
env_logger = "0.7.1"
log = "0.4"
clap = "2.33"