From 22ec6c95a19b682379d84dc22b6e1f190b6f8766 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 29 Sep 2023 16:23:36 +0200 Subject: parser: version bump to 0.1.1 --- 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 577e435..e2fb11c 100644 --- a/askama_parser/Cargo.toml +++ b/askama_parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_parser" -version = "0.1.0" +version = "0.1.1" description = "Parser for Askama templates" documentation = "https://docs.rs/askama" keywords = ["markup", "template", "jinja2", "html"] -- cgit