From d5fe7dcf376213b7d02e2fdd521defd3abf3e972 Mon Sep 17 00:00:00 2001 From: "Andrew Wheeler(Genusis)" Date: Wed, 6 Apr 2022 16:10:02 -0400 Subject: Moved Features into derive (#662) * Moved Features into derive, Updated Askama versions to 0.11 * Lock minimal versions to 0.11.2 --- askama_axum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_axum/Cargo.toml') diff --git a/askama_axum/Cargo.toml b/askama_axum/Cargo.toml index 834daf4..d1f7d37 100644 --- a/askama_axum/Cargo.toml +++ b/askama_axum/Cargo.toml @@ -13,7 +13,7 @@ workspace = ".." readme = "README.md" [dependencies] -askama = { version = "0.11.0", path = "../askama", default-features = false, features = ["with-axum", "mime", "mime_guess"] } +askama = { version = "0.11.2", path = "../askama", default-features = false, features = ["with-axum", "mime", "mime_guess"] } axum-core = "0.2" http = "0.2" -- cgit