mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 15:25:19 +00:00
Upgrade to comrak 0.18
This commit is contained in:
parent
1856c4b57c
commit
239f59b9b1
@ -41,7 +41,7 @@ mime_guess = []
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
askama_derive = { version = "0.12.0", path = "../askama_derive" }
|
askama_derive = { version = "0.12.0", path = "../askama_derive" }
|
||||||
askama_escape = { version = "0.10.3", path = "../askama_escape" }
|
askama_escape = { version = "0.10.3", path = "../askama_escape" }
|
||||||
comrak = { version = "0.17", optional = true, default-features = false }
|
comrak = { version = "0.18", optional = true, default-features = false }
|
||||||
dep_humansize = { package = "humansize", version = "2", optional = true }
|
dep_humansize = { package = "humansize", version = "2", optional = true }
|
||||||
dep_num_traits = { package = "num-traits", version = "0.2.6", optional = true }
|
dep_num_traits = { package = "num-traits", version = "0.2.6", optional = true }
|
||||||
percent-encoding = { version = "2.1.0", optional = true }
|
percent-encoding = { version = "2.1.0", optional = true }
|
||||||
|
@ -385,6 +385,7 @@ where
|
|||||||
width: 0,
|
width: 0,
|
||||||
unsafe_: false,
|
unsafe_: false,
|
||||||
list_style: ListStyleType::Dash,
|
list_style: ListStyleType::Dash,
|
||||||
|
sourcepos: false,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ markdown = ["comrak", "askama/markdown"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
askama = { path = "../askama", version = "0.12" }
|
askama = { path = "../askama", version = "0.12" }
|
||||||
comrak = { version = "0.17", default-features = false, optional = true }
|
comrak = { version = "0.18", default-features = false, optional = true }
|
||||||
serde_json = { version = "1.0", optional = true }
|
serde_json = { version = "1.0", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user