diff options
| author | 2020-11-17 10:03:42 +0100 | |
|---|---|---|
| committer | 2020-11-17 10:03:42 +0100 | |
| commit | 8fed98361741cfbc7bca4b94bd9a1b06a73e3bfa (patch) | |
| tree | 731f36c052a5ed500958915b6d1a735ff8a52bc6 /askama_shared | |
| parent | d901baa16f1a2b31fa87a2dd82c2c21350902fce (diff) | |
| download | askama-8fed98361741cfbc7bca4b94bd9a1b06a73e3bfa.tar.gz askama-8fed98361741cfbc7bca4b94bd9a1b06a73e3bfa.tar.bz2 askama-8fed98361741cfbc7bca4b94bd9a1b06a73e3bfa.zip  | |
Bump versions to fix semver problem
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 2da9df6..ef3eb75 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -1,6 +1,6 @@  [package]  name = "askama_shared" -version = "0.10.5" +version = "0.11.0"  authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]  description = "Shared code for Askama"  homepage = "https://github.com/djc/askama"  | 
