aboutsummaryrefslogtreecommitdiffstats
path: root/askama_escape/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar René Kijewski <kijewski@library.vetmed.fu-berlin.de>2022-02-16 14:30:17 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2022-02-16 14:51:39 +0100
commit5a141ef414f92070ae9d51427b9e6eaecfbbd810 (patch)
treee7e7875e9096b65a1f04dc80ed733c2d66a4753f /askama_escape/Cargo.toml
parent29f0c0607ad3d25491f4c4a6ca19b463610ae92d (diff)
downloadaskama-5a141ef414f92070ae9d51427b9e6eaecfbbd810.tar.gz
askama-5a141ef414f92070ae9d51427b9e6eaecfbbd810.tar.bz2
askama-5a141ef414f92070ae9d51427b9e6eaecfbbd810.zip
Increment patch versions of askama_{shared,escape}
Diffstat (limited to 'askama_escape/Cargo.toml')
-rw-r--r--askama_escape/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml
index 643f81a..99a03f8 100644
--- a/askama_escape/Cargo.toml
+++ b/askama_escape/Cargo.toml
@@ -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"]