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_tide/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_tide') diff --git a/askama_tide/Cargo.toml b/askama_tide/Cargo.toml index efc773a..2e7e4e2 100644 --- a/askama_tide/Cargo.toml +++ b/askama_tide/Cargo.toml @@ -13,7 +13,7 @@ workspace = ".." readme = "README.md" [dependencies] -askama = { version = "0.10.2", path = "../askama", default-features = false, features = ["with-tide"] } +askama = { version = "0.11.0-beta.1", path = "../askama", default-features = false, features = ["with-tide"] } tide = { version = "0.16", default-features = false } [dev-dependencies] -- cgit