From fd74cec18c73ed9166779742ba43d3e838a07b03 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 24 Nov 2021 20:54:47 -0800 Subject: Bump version numbers --- askama_shared/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'askama_shared') diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index b831199..365c0f2 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_shared" -version = "0.12.0-beta.1" +version = "0.12.0" description = "Shared code for Askama" homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" @@ -16,7 +16,7 @@ json = ["serde", "serde_json"] yaml = ["serde", "serde_yaml"] [dependencies] -askama_escape = { version = "0.10", path = "../askama_escape" } +askama_escape = { version = "0.10.2", path = "../askama_escape" } humansize = { version = "1.1.0", optional = true } nom = "7" num-traits = { version = "0.2.6", optional = true } -- cgit