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:
parent
1161562372
commit
a0730c0ca9
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue