diff options
author | Abdullah ibn Nadjo <abdullahibnnadjo@gmail.com> | 2017-11-21 14:58:16 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-11-21 15:00:26 +0100 |
commit | 958680aee0fc2d58200382223937e8123fae7459 (patch) | |
tree | 66d7ef0701feeb284184760188190d5a3320f372 /README.md | |
parent | 2ff8f28cfd3df054e0ed8fabf4f93cf44938d0a5 (diff) | |
download | askama-958680aee0fc2d58200382223937e8123fae7459.tar.gz askama-958680aee0fc2d58200382223937e8123fae7459.tar.bz2 askama-958680aee0fc2d58200382223937e8123fae7459.zip |
Bump version in README
Update askama version in the README.
Makes the example below compile and work
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,10 +60,10 @@ First, add the following to your crate's `Cargo.toml`: build = "build.rs" # in section [dependencies] -askama = "0.3" +askama = "0.5" # in section [build-dependencies] -askama = "0.3" +askama = "0.5" ``` Because Askama will generate Rust code from your template files, |