aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar technic93 <alexeytech@gmail.com>2021-03-20 16:12:48 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2021-03-21 21:32:38 +0100
commit6a230cb3586438c2ff695eb7ae64264aef2363d3 (patch)
treec4adec356d4acdcbb23e355584e8e34094b23338
parentf3f2a7e20615e1ac2a04f7a7a02714ef891424f5 (diff)
downloadaskama-6a230cb3586438c2ff695eb7ae64264aef2363d3.tar.gz
askama-6a230cb3586438c2ff695eb7ae64264aef2363d3.tar.bz2
askama-6a230cb3586438c2ff695eb7ae64264aef2363d3.zip
Update version in README.md
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e0fc99a..21c7080 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ First, add the following to your crate's `Cargo.toml`:
```toml
# in section [dependencies]
-askama = "0.8"
+askama = "0.10"
```