diff options
Diffstat (limited to '')
-rw-r--r-- | book/src/getting_started.md | 2 |
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" ``` |