diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-08-02 20:54:07 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-08-02 20:54:07 +0200 |
commit | 91fe53d9b5db7ace5f82889a174ef5061a049771 (patch) | |
tree | 7dd4e8f9a40bc5f90b5994e44295b0a8357fc4e1 /Cargo.lock | |
parent | 9330f4f5842871b29cb079dd090f1ec6f133d2f7 (diff) | |
download | askama-91fe53d9b5db7ace5f82889a174ef5061a049771.tar.gz askama-91fe53d9b5db7ace5f82889a174ef5061a049771.tar.bz2 askama-91fe53d9b5db7ace5f82889a174ef5061a049771.zip |
Bump version number to 0.3.3
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.2", + "askama 0.3.3", ] [[package]] name = "askama" -version = "0.3.2" +version = "0.3.3" dependencies = [ - "askama_derive 0.3.2", + "askama_derive 0.3.3", ] [[package]] name = "askama_derive" -version = "0.3.2" +version = "0.3.3" dependencies = [ "nom 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |