aboutsummaryrefslogtreecommitdiffstats
path: root/askama_parser/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2023-12-07 10:15:13 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2023-12-18 11:07:31 +0100
commit25bf3e945c0ddfa995390b82e177016cb49b947f (patch)
tree4f5a334b856eea200d5e585d776a263335d4bb4a /askama_parser/Cargo.toml
parent3d52283b74573af509deb3c47cbabf7b7b58b1dd (diff)
downloadaskama-25bf3e945c0ddfa995390b82e177016cb49b947f.tar.gz
askama-25bf3e945c0ddfa995390b82e177016cb49b947f.tar.bz2
askama-25bf3e945c0ddfa995390b82e177016cb49b947f.zip
Prepare askama_derive and _parser releases
Diffstat (limited to 'askama_parser/Cargo.toml')
-rw-r--r--askama_parser/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_parser/Cargo.toml b/askama_parser/Cargo.toml
index e2fb11c..eecf32e 100644
--- a/askama_parser/Cargo.toml
+++ b/askama_parser/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama_parser"
-version = "0.1.1"
+version = "0.2.0"
description = "Parser for Askama templates"
documentation = "https://docs.rs/askama"
keywords = ["markup", "template", "jinja2", "html"]