Increment patch versions of askama_{shared,escape}

This commit is contained in:
René Kijewski 2022-02-16 14:30:17 +01:00 committed by Dirkjan Ochtman
parent 29f0c0607a
commit 5a141ef414
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "askama_escape"
version = "0.10.2"
version = "0.10.3"
description = "Optimized HTML escaping code, extracted from Askama"
documentation = "https://docs.rs/askama_escape"
keywords = ["html", "escaping"]

View File

@ -17,7 +17,7 @@ markdown = ["comrak"]
yaml = ["serde", "serde_yaml"]
[dependencies]
askama_escape = { version = "0.10.2", path = "../askama_escape" }
askama_escape = { version = "0.10.3", path = "../askama_escape" }
comrak = { version = "0.12", optional = true, default-features = false }
humansize = { version = "1.1.0", optional = true }
mime = "0.3"