diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,10 +60,10 @@ First, add the following to your crate's `Cargo.toml`: build = "build.rs" # in section [dependencies] -askama = "0.3" +askama = "0.5" # in section [build-dependencies] -askama = "0.3" +askama = "0.5" ``` Because Askama will generate Rust code from your template files, |