From 1b18bab91ba773425e521abc276a1278e0d61f3c Mon Sep 17 00:00:00 2001 From: Allan Zhang Date: Thu, 20 Oct 2022 23:01:51 -0400 Subject: 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 --- book/src/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book/src/getting_started.md') 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" ``` -- cgit