diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-01-15 13:55:33 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-01-15 13:55:33 +0100 |
commit | d89758c9fe5ee2ada0c2ee3773ec127b8f2c98cf (patch) | |
tree | a08876a2f80913905c94f7db441fb66d2a2cbc06 /askama_derive | |
parent | ca6c72e505569ae28c6361ca8d44857c7153d509 (diff) | |
download | askama-d89758c9fe5ee2ada0c2ee3773ec127b8f2c98cf.tar.gz askama-d89758c9fe5ee2ada0c2ee3773ec127b8f2c98cf.tar.bz2 askama-d89758c9fe5ee2ada0c2ee3773ec127b8f2c98cf.zip |
Bump version numbers to 0.9.0
Diffstat (limited to 'askama_derive')
-rw-r--r-- | askama_derive/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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 <dirkjan@ochtman.nl>"] 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"] } |