aboutsummaryrefslogtreecommitdiffstats
path: root/book/src/getting_started.md
diff options
context:
space:
mode:
authorLibravatar Allan Zhang <al@ayz.ai>2022-10-20 23:01:51 -0400
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2022-10-21 13:24:39 +0200
commit1b18bab91ba773425e521abc276a1278e0d61f3c (patch)
treee889d4c63f5db6fe8a6d59756062874ae9179505 /book/src/getting_started.md
parentc441459a27eb7c0c476ce70833e05224ba6894fd (diff)
downloadaskama-1b18bab91ba773425e521abc276a1278e0d61f3c.tar.gz
askama-1b18bab91ba773425e521abc276a1278e0d61f3c.tar.bz2
askama-1b18bab91ba773425e521abc276a1278e0d61f3c.zip
Version bump in README and book
I was going through the book when I saw the version was still 0.8. This commit ensures all references to Askama version are to 0.11.2. Most of them already were. Merge whenever appropriate for release, #722 related
Diffstat (limited to '')
-rw-r--r--book/src/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/getting_started.md b/book/src/getting_started.md
index 4b7fb5f..c82b2b8 100644
--- a/book/src/getting_started.md
+++ b/book/src/getting_started.md
@@ -4,7 +4,7 @@ First, add the following to your crate's `Cargo.toml`:
```toml
# in section [dependencies]
-askama = "0.8"
+askama = "0.11.2"
```