Skip to content

Commit

Permalink
Bump version numbers to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Apr 27, 2018
1 parent 730a2ea commit a19a0ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions askama/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama"
version = "0.6.3"
version = "0.6.4"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Type-safe, compiled Jinja-like templates for Rust"
documentation = "https://docs.rs/askama"
Expand All @@ -22,7 +22,7 @@ with-iron = ["iron", "askama_derive/iron"]
with-rocket = ["rocket", "askama_derive/rocket"]

[dependencies]
askama_derive = { path = "../askama_derive", version = "0.6.3" }
askama_derive = { path = "../askama_derive", version = "0.6.4" }
askama_shared = { version = "0.6.2", path = "../askama_shared" }
iron = { version = ">= 0.5, < 0.7", optional = true }
rocket = { version = "0.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion askama_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_derive"
version = "0.6.3"
version = "0.6.4"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Procedural macro package for Askama"
homepage = "https://github.com/djc/askama"
Expand Down

0 comments on commit a19a0ba

Please sign in to comment.