aboutsummaryrefslogtreecommitdiffstats
path: root/askama_warp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--askama_warp/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/askama_warp/Cargo.toml b/askama_warp/Cargo.toml
index e526ae4..c5c65ea 100644
--- a/askama_warp/Cargo.toml
+++ b/askama_warp/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama_warp"
-version = "0.9.0"
+version = "0.10.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>", "Bjørn Madsen <bm@aeons.dk>"]
description = "Warp integration for Askama templates"
documentation = "https://docs.rs/askama"
@@ -13,7 +13,7 @@ workspace = ".."
edition = "2018"
[dependencies]
-askama = { version = "0.9.0", path = "../askama", features = ["with-warp", "mime", "mime_guess"] }
+askama = { version = "0.10", path = "../askama", features = ["with-warp", "mime", "mime_guess"] }
warp = { version = "0.2", default-features = false }
[dev-dependencies]