diff options
author | René Kijewski <kijewski@library.vetmed.fu-berlin.de> | 2022-03-10 10:07:49 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-03-23 19:37:10 +0100 |
commit | 62019c298f8d01043be2b06cfd760b16a153bbaf (patch) | |
tree | 177beaa0efbf9eec34566e109b7864555642ec07 /askama_actix | |
parent | 07584691a8b2ff44776d22c9f9b2c4ec1b303948 (diff) | |
download | askama-62019c298f8d01043be2b06cfd760b16a153bbaf.tar.gz askama-62019c298f8d01043be2b06cfd760b16a153bbaf.tar.bz2 askama-62019c298f8d01043be2b06cfd760b16a153bbaf.zip |
Update version numbers
Diffstat (limited to 'askama_actix')
-rw-r--r-- | askama_actix/Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/askama_actix/Cargo.toml b/askama_actix/Cargo.toml index ab5c905..3b9fc91 100644 --- a/askama_actix/Cargo.toml +++ b/askama_actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_actix" -version = "0.13.0" +version = "0.13.1" description = "Actix-Web integration for Askama templates" documentation = "https://docs.rs/askama" keywords = ["markup", "template", "jinja2", "html"] @@ -14,8 +14,7 @@ edition = "2018" [dependencies] actix-web = { version = "4", default-features = false } -askama = { version = "0.11.1", path = "../askama", default-features = false, features = ["with-actix-web"] } -askama_shared = { version = "0.12.2", path = "../askama_shared" } +askama = { version = "0.11.2", path = "../askama", default-features = false, features = ["with-actix-web"] } [dev-dependencies] actix-rt = { version = "2", default-features = false } |