aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-06-25 15:07:37 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-06-25 15:07:37 +0200
commit49c570dc1137203b1e760229de4dd2101e6af33d (patch)
tree2a318d0891e40f3296b504c4f8a62622e7af598b /README.md
parent1d783508cf2233f6e590b181a234b64cb8b6baf9 (diff)
downloadaskama-49c570dc1137203b1e760229de4dd2101e6af33d.tar.gz
askama-49c570dc1137203b1e760229de4dd2101e6af33d.tar.bz2
askama-49c570dc1137203b1e760229de4dd2101e6af33d.zip
Bump version numbers in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e88f717..8cc0cf5 100644
--- a/README.md
+++ b/README.md
@@ -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,