From 49c570dc1137203b1e760229de4dd2101e6af33d Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 25 Jun 2018 15:07:37 +0200 Subject: Bump version numbers in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e88f717..8cc0cf5 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,10 @@ First, add the following to your crate's `Cargo.toml`: ```toml # in section [dependencies] -askama = "0.5" +askama = "0.7" # in section [build-dependencies] -askama = "0.5" +askama = "0.7" ``` Because Askama will generate Rust code from your template files, -- cgit