mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 07:20:55 +00:00
Prepare askama_derive and _parser releases
This commit is contained in:
parent
3d52283b74
commit
25bf3e945c
@ -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"
|
||||
|
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user