aboutsummaryrefslogtreecommitdiffstats
path: root/askama_mendes/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'askama_mendes/Cargo.toml')
-rw-r--r--askama_mendes/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_mendes/Cargo.toml b/askama_mendes/Cargo.toml
index ee0379d..030c612 100644
--- a/askama_mendes/Cargo.toml
+++ b/askama_mendes/Cargo.toml
@@ -13,7 +13,7 @@ readme = "README.md"
edition = "2018"
[dependencies]
-askama = { version = "0.11.0-beta.1", path = "../askama", default-features = false, features = ["with-mendes", "mime", "mime_guess"] }
+askama = { version = "0.11.2", path = "../askama", default-features = false, features = ["with-mendes", "mime", "mime_guess"] }
mendes = "0.0.63"
[dev-dependencies]