diff options
Diffstat (limited to '')
| -rw-r--r-- | askama_iron/Cargo.toml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/askama_iron/Cargo.toml b/askama_iron/Cargo.toml index 35c585d..33c8153 100644 --- a/askama_iron/Cargo.toml +++ b/askama_iron/Cargo.toml @@ -1,6 +1,6 @@  [package]  name = "askama_iron" -version = "0.9.0" +version = "0.10.0"  authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]  description = "Iron integration for Askama templates"  documentation = "https://docs.rs/askama" @@ -13,5 +13,5 @@ workspace = ".."  edition = "2018"  [dependencies] -askama = { version = "0.9.0", path = "../askama", features = ["with-iron"] } +askama = { version = "0.10", path = "../askama", features = ["with-iron"] }  iron = { version = ">= 0.5, < 0.7" } | 
