aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-04-19 14:34:55 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-04-19 14:34:55 +0200
commitb83106c8e083cb49aef92ec891387c20f0494ecd (patch)
treefa97c69d5d977e566c926cc87ce71d600345553d
parent76b99dfc7db5dea9467b90c0cbc7289e811edf9f (diff)
downloadaskama-b83106c8e083cb49aef92ec891387c20f0494ecd.tar.gz
askama-b83106c8e083cb49aef92ec891387c20f0494ecd.tar.bz2
askama-b83106c8e083cb49aef92ec891387c20f0494ecd.zip
Bump versions to 0.6.3
Diffstat (limited to '')
-rw-r--r--askama/Cargo.toml4
-rw-r--r--askama_derive/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml
index 18a03b2..2458864 100644
--- a/askama/Cargo.toml
+++ b/askama/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama"
-version = "0.6.2"
+version = "0.6.3"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Type-safe, compiled Jinja-like templates for Rust"
documentation = "https://docs.rs/askama"
@@ -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.2" }
+askama_derive = { path = "../askama_derive", version = "0.6.3" }
askama_shared = { version = "0.6.2", path = "../askama_shared" }
iron = { version = ">= 0.5, < 0.7", optional = true }
rocket = { version = "0.3", optional = true }
diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml
index 0ce325f..6c1ea01 100644
--- a/askama_derive/Cargo.toml
+++ b/askama_derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama_derive"
-version = "0.6.2"
+version = "0.6.3"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Procedural macro package for Askama"
homepage = "https://github.com/djc/askama"