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 --- testing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/Cargo.toml b/testing/Cargo.toml index d676bef..daa2d68 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -10,7 +10,7 @@ publish = false default = ["serde_json", "askama/serde-json"] [dependencies] -askama = { path = "../askama", version = "*" } +askama = { path = "../askama", version = "0.11.0-beta.1" } serde_json = { version = "1.0", optional = true } [dev-dependencies] -- cgit