aboutsummaryrefslogtreecommitdiffstats
path: root/askama_gotham
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-06-30 13:14:02 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-06-30 13:14:02 +0200
commit073788d10db8852ef1bd9aef376aa4a86e48b082 (patch)
tree3172d1b10f53ea03a14c8afb34ec72a51215723a /askama_gotham
parent6c4132eedcd6889458f936e8301061153d50d48f (diff)
downloadaskama-073788d10db8852ef1bd9aef376aa4a86e48b082.tar.gz
askama-073788d10db8852ef1bd9aef376aa4a86e48b082.tar.bz2
askama-073788d10db8852ef1bd9aef376aa4a86e48b082.zip
Bump version numbers
Diffstat (limited to 'askama_gotham')
-rw-r--r--askama_gotham/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/askama_gotham/Cargo.toml b/askama_gotham/Cargo.toml
index fcfc93b..b5aa2e1 100644
--- a/askama_gotham/Cargo.toml
+++ b/askama_gotham/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama_gotham"
-version = "0.9.0"
+version = "0.10.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Gotham 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-gotham", "mime", "mime_guess"] }
+askama = { version = "0.10", path = "../askama", features = ["with-gotham", "mime", "mime_guess"] }
gotham = { version = "0.4", default-features = false }
hyper = "0.12"