diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-12 20:55:15 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-12 20:55:15 +0100 |
commit | 1d798e4a489709e3fa1603d8af9fb3c48de0d87e (patch) | |
tree | 8bd803a9cdb592e99938e275d439712abaf07b59 /Cargo.lock | |
parent | 2585a4dae0dc88b9814c0c06c9489e2b86a1aa6d (diff) | |
download | askama-1d798e4a489709e3fa1603d8af9fb3c48de0d87e.tar.gz askama-1d798e4a489709e3fa1603d8af9fb3c48de0d87e.tar.bz2 askama-1d798e4a489709e3fa1603d8af9fb3c48de0d87e.zip |
Bump version to 0.3.2
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,19 +2,19 @@ name = "askama_testing" version = "0.1.0" dependencies = [ - "askama 0.3.1", + "askama 0.3.2", ] [[package]] name = "askama" -version = "0.3.1" +version = "0.3.2" dependencies = [ - "askama_derive 0.3.1", + "askama_derive 0.3.2", ] [[package]] name = "askama_derive" -version = "0.3.1" +version = "0.3.2" dependencies = [ "nom 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |