From 744127bd1cf8897961f978f088bb2c9ee996362a Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 17 Jan 2019 11:14:47 +0100 Subject: Bump versions in anticipation of 0.8.0 release --- askama_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_derive') diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index 461a1f8..34a04dc 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -19,7 +19,7 @@ actix-web = [] gotham = [] [dependencies] -askama_shared = { version = "0.7.2", path = "../askama_shared" } +askama_shared = { version = "0.8", path = "../askama_shared" } nom = "4" proc-macro2 = "0.4" quote = "0.6" -- cgit