From 8fed98361741cfbc7bca4b94bd9a1b06a73e3bfa Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 17 Nov 2020 10:03:42 +0100 Subject: Bump versions to fix semver problem --- askama_shared/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_shared') diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index 2da9df6..ef3eb75 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_shared" -version = "0.10.5" +version = "0.11.0" authors = ["Dirkjan Ochtman "] description = "Shared code for Askama" homepage = "https://github.com/djc/askama" -- cgit