aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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,