diff options
author | Christian Legnitto <LegNeato@users.noreply.github.com> | 2017-03-10 12:54:12 -0800 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-10 22:30:44 +0100 |
commit | ba70b11f40b960bf09d2a43e106bdad196cc158b (patch) | |
tree | c9b2195ac29658133743f124ba21ce3566d8cf4f /README.md | |
parent | 24fdb49e30895339470364725a76e7f785809b39 (diff) | |
download | askama-ba70b11f40b960bf09d2a43e106bdad196cc158b.tar.gz askama-ba70b11f40b960bf09d2a43e106bdad196cc158b.tar.bz2 askama-ba70b11f40b960bf09d2a43e106bdad196cc158b.zip |
Bump versions in README
Without using this version I was getting a warning on stable rust.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -59,11 +59,10 @@ First, add the following to your crate's `Cargo.toml`: build = "build.rs" # in section [dependencies] -askama = "0.1" -askama_derive = "0.1" +askama = "0.3" # in section [build-dependencies] -askama = "0.1" +askama = "0.3" ``` Because Askama will generate Rust code from your template files, |