summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Wiesner <sebastian@swsnr.de>2019-03-24 18:53:50 +0100
committerSebastian Wiesner <sebastian@swsnr.de>2019-03-24 18:53:50 +0100
commit78feb1ac4340039827bf9d84b2983cca3949090a (patch)
tree022d63dc90e28fc9568c54ad7ea39b56538aa648 /Cargo.toml
parent4921745777b1cb8ca651038beae73036df73a7f3 (diff)
Update to pulldown cmark 0.4
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 9692009..3018f8f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ default-features = false
features = ["color", "wrap_help"]
[dependencies.pulldown-cmark]
-version = "^0.3"
+version = "^0.4"
default-features = false
features = []