From 958680aee0fc2d58200382223937e8123fae7459 Mon Sep 17 00:00:00 2001 From: Abdullah ibn Nadjo Date: Tue, 21 Nov 2017 14:58:16 +0100 Subject: Bump version in README Update askama version in the README. Makes the example below compile and work --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f33b9b3..4c95078 100644 --- a/README.md +++ b/README.md @@ -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, -- cgit