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_escape/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_escape/Cargo.toml') diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml index 983a281..324d945 100644 --- a/askama_escape/Cargo.toml +++ b/askama_escape/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_escape" -version = "0.1.0" +version = "0.2.0" authors = ["Dirkjan Ochtman "] description = "Optimized HTML escaping code, extracted from Askama" documentation = "https://docs.rs/askama_escape" -- cgit