aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/Cargo.toml
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 /askama_derive/Cargo.toml
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_derive/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"