From 25bf3e945c0ddfa995390b82e177016cb49b947f Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 7 Dec 2023 10:15:13 +0100 Subject: Prepare askama_derive and _parser releases --- askama_parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_parser/Cargo.toml') 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"] -- cgit