From ba70b11f40b960bf09d2a43e106bdad196cc158b Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Fri, 10 Mar 2017 12:54:12 -0800 Subject: Bump versions in README Without using this version I was getting a warning on stable rust. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a346348..fe9bb12 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,10 @@ First, add the following to your crate's `Cargo.toml`: build = "build.rs" # in section [dependencies] -askama = "0.1" -askama_derive = "0.1" +askama = "0.3" # in section [build-dependencies] -askama = "0.1" +askama = "0.3" ``` Because Askama will generate Rust code from your template files, -- cgit