diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ First, add the following to your crate's `Cargo.toml`: ```toml # in section [dependencies] -askama = "0.8" +askama = "0.10" ``` |