From e1b70fb1b930864094c073a28e47e163ccc99a4e Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 8 Mar 2017 21:17:56 +0100 Subject: Bump version to 0.3.1 --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index b7d02a3..3682913 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,19 +2,19 @@ name = "askama_testing" version = "0.1.0" dependencies = [ - "askama 0.3.0", + "askama 0.3.1", ] [[package]] name = "askama" -version = "0.3.0" +version = "0.3.1" dependencies = [ - "askama_derive 0.3.0", + "askama_derive 0.3.1", ] [[package]] name = "askama_derive" -version = "0.3.0" +version = "0.3.1" dependencies = [ "nom 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", -- cgit