Skip to content

Commit

Permalink
Prepare askama_derive and _parser releases
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Dec 18, 2023
1 parent 3d52283 commit 25bf3e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions askama_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion askama_parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 25bf3e9

Please sign in to comment.