aboutsummaryrefslogtreecommitdiffstats
path: root/askama_tide/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-07-14 09:52:01 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-07-14 09:52:01 +0200
commita0b6eb31c4e960926bd0b78b8611ff36a733be32 (patch)
treed1dbb40689a8e75f02d18399e15582deef561de0 /askama_tide/Cargo.toml
parentd8f3843e536dbf73dab23be627255b49386c83ab (diff)
downloadaskama-a0b6eb31c4e960926bd0b78b8611ff36a733be32.tar.gz
askama-a0b6eb31c4e960926bd0b78b8611ff36a733be32.tar.bz2
askama-a0b6eb31c4e960926bd0b78b8611ff36a733be32.zip
Bump versions to prepare for askama_tide release
Diffstat (limited to '')
-rw-r--r--askama_tide/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_tide/Cargo.toml b/askama_tide/Cargo.toml
index 46179a5..8492611 100644
--- a/askama_tide/Cargo.toml
+++ b/askama_tide/Cargo.toml
@@ -13,6 +13,6 @@ workspace = ".."
readme = "README.md"
[dependencies]
-askama = { version = "0.10", path = "../askama", features = ["with-tide"] }
+askama = { version = "0.10.2", path = "../askama", features = ["with-tide"] }
tide = "0.11"
async-std = { version = "1.6.0", features = ["unstable", "attributes"] }