diff options
author | Jacob Rothstein <hi@jbr.me> | 2020-10-17 14:29:19 -0700 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-10-18 10:01:47 +0200 |
commit | 760e6ea6ce212569b7f309c06f15e6a496d18ed8 (patch) | |
tree | 9ebc52d3a89192ea3ad415194135742620125b80 /askama_tide/Cargo.toml | |
parent | 15504baf0dcffa29fced102c903480a07129a915 (diff) | |
download | askama-760e6ea6ce212569b7f309c06f15e6a496d18ed8.tar.gz askama-760e6ea6ce212569b7f309c06f15e6a496d18ed8.tar.bz2 askama-760e6ea6ce212569b7f309c06f15e6a496d18ed8.zip |
bump version
Diffstat (limited to 'askama_tide/Cargo.toml')
-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 b248138..7cb793f 100644 --- a/askama_tide/Cargo.toml +++ b/askama_tide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_tide" -version = "0.11.0" +version = "0.11.2" authors = ["Jacob Rothstein <hi@jbr.me>"] edition = "2018" description = "Tide integration for Askama templates" |