diff options
| author | 2020-06-30 14:14:18 +0200 | |
|---|---|---|
| committer | 2020-06-30 14:14:18 +0200 | |
| commit | 026b98333e454888ba25bad3729e03eb86becac9 (patch) | |
| tree | e7a509db696f7637db0f8969934ae5ee7ae0e650 | |
| parent | af2fd0b8dc0894fdb96656351bf2015d4df73813 (diff) | |
| download | askama-026b98333e454888ba25bad3729e03eb86becac9.tar.gz askama-026b98333e454888ba25bad3729e03eb86becac9.tar.bz2 askama-026b98333e454888ba25bad3729e03eb86becac9.zip | |
Bump askama_shared version with whitespace fixes
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 d902b41..58650f6 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -1,6 +1,6 @@  [package]  name = "askama_shared" -version = "0.10.1" +version = "0.10.2"  authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]  description = "Shared code for Askama"  homepage = "https://github.com/djc/askama" | 
