diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-09-25 20:40:52 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-10-18 16:37:06 +0200 |
commit | d740f8383b313f4595375468b1ccde72d9d9ac55 (patch) | |
tree | 2c21dc72883e67414a97511853c91232878872b8 /askama_actix/Cargo.toml | |
parent | 760e6ea6ce212569b7f309c06f15e6a496d18ed8 (diff) | |
download | askama-d740f8383b313f4595375468b1ccde72d9d9ac55.tar.gz askama-d740f8383b313f4595375468b1ccde72d9d9ac55.tar.bz2 askama-d740f8383b313f4595375468b1ccde72d9d9ac55.zip |
askama_actix: bump version to 0.11.1
Diffstat (limited to 'askama_actix/Cargo.toml')
-rw-r--r-- | askama_actix/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_actix/Cargo.toml b/askama_actix/Cargo.toml index fcd6ef9..8c86e34 100644 --- a/askama_actix/Cargo.toml +++ b/askama_actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_actix" -version = "0.11.0" +version = "0.11.1" authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] description = "Actix-Web integration for Askama templates" documentation = "https://docs.rs/askama" |