diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-10-12 14:38:33 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-10-12 14:38:33 +0200 |
commit | d48bd54bbe54529b8940be309a840e5361b108e2 (patch) | |
tree | 5c23e99b597cfdf9d0332e3c2331d3d679cedc81 | |
parent | 39e807d94d6dea49bad974d3418e0b2864d32c89 (diff) | |
download | askama-d48bd54bbe54529b8940be309a840e5361b108e2.tar.gz askama-d48bd54bbe54529b8940be309a840e5361b108e2.tar.bz2 askama-d48bd54bbe54529b8940be309a840e5361b108e2.zip |
Fix dependency version
-rw-r--r-- | askama/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml index d445992..42fba31 100644 --- a/askama/Cargo.toml +++ b/askama/Cargo.toml @@ -25,7 +25,7 @@ with-rocket = ["rocket", "askama_derive/rocket"] with-actix-web = ["actix-web", "askama_derive/actix-web", "mime_guess"] [dependencies] -askama_derive = { version = "0.7.2", path = "../askama_derive" } +askama_derive = { version = "0.8.0", path = "../askama_derive" } askama_shared = { version = "0.7.2", path = "../askama_shared" } iron = { version = ">= 0.5, < 0.7", optional = true } rocket = { version = "0.3", optional = true } |