Roll back mdcat update

Because 0.8 -> 0.10 has changed the API, we cannot update trivially.
Revert the update because of that.
This commit is contained in:
Matthias Beyer 2018-10-04 18:12:09 +02:00
parent 1161562372
commit a0730c0ca9

View file

@ -30,7 +30,7 @@ libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore"
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
libimagentryedit = { version = "0.9.0", path = "../../../lib/entry/libimagentryedit" }
mdcat = { version = "0.10", optional = true }
mdcat = { version = "0.8", optional = true }
failure = { version = "0.1", optional = true }
[dependencies.pulldown-cmark]