Prepare askama_derive and _parser releases

This commit is contained in:
Dirkjan Ochtman 2023-12-07 10:15:13 +01:00
parent 3d52283b74
commit 25bf3e945c
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "askama_derive"
version = "0.12.2"
version = "0.12.3"
description = "Procedural macro package for Askama"
homepage = "https://github.com/djc/askama"
repository = "https://github.com/djc/askama"
@ -31,7 +31,7 @@ with-tide = []
with-warp = []
[dependencies]
parser = { package = "askama_parser", version = "0.1", path = "../askama_parser" }
parser = { package = "askama_parser", version = "0.2", path = "../askama_parser" }
mime = "0.3"
mime_guess = "2"
proc-macro2 = "1"

View File

@ -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"]