diff options
Diffstat (limited to '')
| -rw-r--r-- | askama_escape/Cargo.toml | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml index 46bb053..1c054f7 100644 --- a/askama_escape/Cargo.toml +++ b/askama_escape/Cargo.toml @@ -1,6 +1,6 @@  [package]  name = "askama_escape" -version = "0.10.0" +version = "0.10.1"  authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]  description = "Optimized HTML escaping code, extracted from Askama"  documentation = "https://docs.rs/askama_escape" @@ -9,6 +9,7 @@ homepage = "https://github.com/djc/askama"  repository = "https://github.com/djc/askama"  license = "MIT OR Apache-2.0"  workspace = ".." +readme = "README.md"  edition = "2018"  [badges]  | 
