diff options
author | René Kijewski <kijewski@library.vetmed.fu-berlin.de> | 2022-02-25 21:38:13 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-02-25 22:04:16 +0100 |
commit | 0b376b439f759613966916787b613616627bb3f9 (patch) | |
tree | b429ab3c71b616dd4e827361825ba1776f5faafa /askama_shared/Cargo.toml | |
parent | 09429bb01f6b0112b2a7a6b10bdc35e079da97fa (diff) | |
download | askama-0b376b439f759613966916787b613616627bb3f9.tar.gz askama-0b376b439f759613966916787b613616627bb3f9.tar.bz2 askama-0b376b439f759613966916787b613616627bb3f9.zip |
Actix Web v4.0 is here
Diffstat (limited to '')
-rw-r--r-- | askama_shared/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index 1a69867..8e2be28 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_shared" -version = "0.12.1" +version = "0.12.2" description = "Shared code for Askama" homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" |