From d89758c9fe5ee2ada0c2ee3773ec127b8f2c98cf Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 15 Jan 2020 13:55:33 +0100 Subject: Bump version numbers to 0.9.0 --- askama_derive/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'askama_derive/Cargo.toml') diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index 26cd79d..93755f5 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_derive" -version = "0.8.0" +version = "0.9.0" authors = ["Dirkjan Ochtman "] description = "Procedural macro package for Askama" homepage = "https://github.com/djc/askama" @@ -19,7 +19,7 @@ actix-web = [] gotham = [] [dependencies] -askama_shared = { version = "0.8", path = "../askama_shared" } +askama_shared = { version = "0.9", path = "../askama_shared" } # default for features for nom don't work result in linker errors: # https://github.com/rust-lang/rust/issues/62146 nom = { version = "5", default-features = false, features = ["std"] } -- cgit