diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-09-14 09:21:50 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-09-19 22:28:14 +0200 |
commit | 151c6e2d1431120faef7657ccf34d87798d65772 (patch) | |
tree | 6c98ee93c295ab14138078751669ba352fd63840 /askama_tide/Cargo.toml | |
parent | 121212bf297b5a5dbe303383a373117c9c4702bd (diff) | |
download | askama-151c6e2d1431120faef7657ccf34d87798d65772.tar.gz askama-151c6e2d1431120faef7657ccf34d87798d65772.tar.bz2 askama-151c6e2d1431120faef7657ccf34d87798d65772.zip |
Bump version number for askama_tide
Diffstat (limited to '')
-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 6520a31..71a56b8 100644 --- a/askama_tide/Cargo.toml +++ b/askama_tide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_tide" -version = "0.10.0" +version = "0.11.0" authors = ["Jacob Rothstein <hi@jbr.me>"] edition = "2018" description = "Tide integration for Askama templates" |