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_shared/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'askama_shared/Cargo.toml') diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index f8fafe3..19ecffd 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_shared" -version = "0.7.2" +version = "0.8.0" authors = ["Dirkjan Ochtman "] description = "Shared code for Askama" homepage = "https://github.com/djc/askama" @@ -10,7 +10,7 @@ workspace = ".." edition = "2018" [dependencies] -askama_escape = { version = "0.1.0", path = "../askama_escape" } +askama_escape = { version = "0.2.0", path = "../askama_escape" } humansize = "1.1.0" num-traits = "0.2.6" serde = "1.0" -- cgit