Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit a19a0ba

Browse files
committed
Bump version numbers to 0.6.4
1 parent 730a2ea commit a19a0ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

askama/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "askama"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors = ["Dirkjan Ochtman <[email protected]>"]
55
description = "Type-safe, compiled Jinja-like templates for Rust"
66
documentation = "https://docs.rs/askama"
@@ -22,7 +22,7 @@ with-iron = ["iron", "askama_derive/iron"]
2222
with-rocket = ["rocket", "askama_derive/rocket"]
2323

2424
[dependencies]
25-
askama_derive = { path = "../askama_derive", version = "0.6.3" }
25+
askama_derive = { path = "../askama_derive", version = "0.6.4" }
2626
askama_shared = { version = "0.6.2", path = "../askama_shared" }
2727
iron = { version = ">= 0.5, < 0.7", optional = true }
2828
rocket = { version = "0.3", optional = true }

askama_derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "askama_derive"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors = ["Dirkjan Ochtman <[email protected]>"]
55
description = "Procedural macro package for Askama"
66
homepage = "https://github.com/djc/askama"

0 commit comments

Comments
 (0)