From f0bf7e2056d44ee3a60f7dae6d562912cc6efdbb Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 18 Apr 2018 09:43:15 +0200 Subject: Version bump to 0.6.2 --- askama_derive/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'askama_derive') diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index afad349..0ce325f 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_derive" -version = "0.6.1" +version = "0.6.2" authors = ["Dirkjan Ochtman "] description = "Procedural macro package for Askama" homepage = "https://github.com/djc/askama" @@ -17,7 +17,7 @@ iron = ["askama_shared/iron"] rocket = ["askama_shared/rocket"] [dependencies] -askama_shared = { version = "0.6.1", path = "../askama_shared" } +askama_shared = { version = "0.6.2", path = "../askama_shared" } nom = "3" quote = "0.5" syn = "0.13" -- cgit