diff options
author | René Kijewski <kijewski@library.vetmed.fu-berlin.de> | 2022-07-20 15:13:57 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-07-20 15:25:17 +0200 |
commit | 27447c8db1ec732e82c7f75e71ac09d4d7edce62 (patch) | |
tree | 61f1b64cb301f4147beec6053cd8e9fd104b172d /testing/Cargo.toml | |
parent | d6af26a0ce1476c59318a5e6707caa199ee094ef (diff) | |
download | askama-27447c8db1ec732e82c7f75e71ac09d4d7edce62.tar.gz askama-27447c8db1ec732e82c7f75e71ac09d4d7edce62.tar.bz2 askama-27447c8db1ec732e82c7f75e71ac09d4d7edce62.zip |
Update to comrak v0.14
Diffstat (limited to '')
-rw-r--r-- | testing/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 77ab25e..3dac5e8 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -13,7 +13,7 @@ markdown = ["comrak", "askama/markdown"] [dependencies] askama = { path = "../askama", version = "0.11.0-beta.1" } -comrak = { version = "0.13", default-features = false, optional = true } +comrak = { version = "0.14", default-features = false, optional = true } serde_json = { version = "1.0", optional = true } [dev-dependencies] |