aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Abdullah ibn Nadjo <abdullahibnnadjo@gmail.com>2017-11-21 14:58:16 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-11-21 15:00:26 +0100
commit958680aee0fc2d58200382223937e8123fae7459 (patch)
tree66d7ef0701feeb284184760188190d5a3320f372
parent2ff8f28cfd3df054e0ed8fabf4f93cf44938d0a5 (diff)
downloadaskama-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
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f33b9b3..4c95078 100644
--- a/README.md
+++ b/README.md
@@ -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,