From 0aefaba716531fbcd487b2db33ce7f4eea1dbf1d Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 22 Jun 2018 20:53:47 +0200 Subject: Bump version numbers to 0.7.0 --- 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 8a6975a..1834852 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_derive" -version = "0.6.4" +version = "0.7.0" 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.2", path = "../askama_shared" } +askama_shared = { version = "0.7.0", path = "../askama_shared" } nom = "4" proc-macro2 = "0.4" quote = "0.6" -- cgit