diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-11-16 09:28:43 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-11-16 21:46:31 +0100 |
commit | fcedd85ee37c9e4b0a1d5f9ff032446a3be7a279 (patch) | |
tree | b3eafd75b9c733d75ad7f590a55e0712a4497218 /askama_tide | |
parent | caa93d98044875a1db0c560d0eb28fc06d52d2e9 (diff) | |
download | askama-fcedd85ee37c9e4b0a1d5f9ff032446a3be7a279.tar.gz askama-fcedd85ee37c9e4b0a1d5f9ff032446a3be7a279.tar.bz2 askama-fcedd85ee37c9e4b0a1d5f9ff032446a3be7a279.zip |
Bump askama_tide version to 0.12
Diffstat (limited to 'askama_tide')
-rw-r--r-- | askama_tide/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_tide/Cargo.toml b/askama_tide/Cargo.toml index f91cb16..2a5084b 100644 --- a/askama_tide/Cargo.toml +++ b/askama_tide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_tide" -version = "0.11.2" +version = "0.12.0" authors = ["Jacob Rothstein <hi@jbr.me>"] edition = "2018" description = "Tide integration for Askama templates" |