aboutsummaryrefslogtreecommitdiffstats
path: root/askama_escape/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-06-30 13:14:02 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-06-30 13:14:02 +0200
commit073788d10db8852ef1bd9aef376aa4a86e48b082 (patch)
tree3172d1b10f53ea03a14c8afb34ec72a51215723a /askama_escape/Cargo.toml
parent6c4132eedcd6889458f936e8301061153d50d48f (diff)
downloadaskama-073788d10db8852ef1bd9aef376aa4a86e48b082.tar.gz
askama-073788d10db8852ef1bd9aef376aa4a86e48b082.tar.bz2
askama-073788d10db8852ef1bd9aef376aa4a86e48b082.zip
Bump version numbers
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 9843a10..46bb053 100644
--- a/askama_escape/Cargo.toml
+++ b/askama_escape/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama_escape"
-version = "0.3.0"
+version = "0.10.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Optimized HTML escaping code, extracted from Askama"
documentation = "https://docs.rs/askama_escape"