diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-06-25 15:07:37 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-06-25 15:07:37 +0200 |
commit | 49c570dc1137203b1e760229de4dd2101e6af33d (patch) | |
tree | 2a318d0891e40f3296b504c4f8a62622e7af598b /README.md | |
parent | 1d783508cf2233f6e590b181a234b64cb8b6baf9 (diff) | |
download | askama-49c570dc1137203b1e760229de4dd2101e6af33d.tar.gz askama-49c570dc1137203b1e760229de4dd2101e6af33d.tar.bz2 askama-49c570dc1137203b1e760229de4dd2101e6af33d.zip |
Bump version numbers in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -67,10 +67,10 @@ First, add the following to your crate's `Cargo.toml`: ```toml # in section [dependencies] -askama = "0.5" +askama = "0.7" # in section [build-dependencies] -askama = "0.5" +askama = "0.7" ``` Because Askama will generate Rust code from your template files, |