From 02e0f783f93d6336015736d4adfd2cebca275b00 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 2 Aug 2017 21:00:23 +0200 Subject: Bump version to 0.3.4 --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 979ddb5..d7a11d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,19 +2,19 @@ name = "askama_testing" version = "0.1.0" dependencies = [ - "askama 0.3.3", + "askama 0.3.4", ] [[package]] name = "askama" -version = "0.3.3" +version = "0.3.4" dependencies = [ - "askama_derive 0.3.3", + "askama_derive 0.3.4", ] [[package]] name = "askama_derive" -version = "0.3.3" +version = "0.3.4" dependencies = [ "nom 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", -- cgit