aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2023-09-29 14:31:34 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2023-09-29 16:13:24 +0200
commitb82e6c3ee13285a97743098fd8d2f812df466430 (patch)
tree957fae152a5389d984ef6684e52a71b855a02a4a
parentdaa8d89b579f9a319e2bd9c59576e1d8ac76365e (diff)
downloadaskama-b82e6c3ee13285a97743098fd8d2f812df466430.tar.gz
askama-b82e6c3ee13285a97743098fd8d2f812df466430.tar.bz2
askama-b82e6c3ee13285a97743098fd8d2f812df466430.zip
Bump askama and askama_derive versions
-rw-r--r--askama/Cargo.toml2
-rw-r--r--askama_derive/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml
index 438abcf..1fe1afa 100644
--- a/askama/Cargo.toml
+++ b/askama/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama"
-version = "0.12.0"
+version = "0.12.1"
description = "Type-safe, compiled Jinja-like templates for Rust"
documentation = "https://docs.rs/askama"
keywords = ["markup", "template", "jinja2", "html"]
diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml
index 5c3d8fa..53cdc8b 100644
--- a/askama_derive/Cargo.toml
+++ b/askama_derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama_derive"
-version = "0.12.1"
+version = "0.12.2"
description = "Procedural macro package for Askama"
homepage = "https://github.com/djc/askama"
repository = "https://github.com/djc/askama"