From 47c6bca8ac0b7bf0ddf879130692029321db7ed9 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 5 Aug 2021 13:16:09 +0200 Subject: Bump version numbers in anticipation of beta release --- askama_gotham/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_gotham') diff --git a/askama_gotham/Cargo.toml b/askama_gotham/Cargo.toml index 85da812..3fbca45 100644 --- a/askama_gotham/Cargo.toml +++ b/askama_gotham/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" edition = "2018" [dependencies] -askama = { version = "0.10", path = "../askama", default-features = false, features = ["with-gotham", "mime", "mime_guess"] } +askama = { version = "0.11.0-beta.1", path = "../askama", default-features = false, features = ["with-gotham", "mime", "mime_guess"] } gotham = { version = "0.6", default-features = false } hyper = "0.14.4" -- cgit