diff options
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 5911d71..a6c633a 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_derive" -version = "0.4.0" +version = "0.5.0" authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] description = "Procedural macro package for Askama" homepage = "https://github.com/djc/askama" @@ -17,5 +17,5 @@ iron = ["askama_shared/iron"] rocket = ["askama_shared/rocket"] [dependencies] -askama_shared = { version = "0.4.0", path = "../askama_shared" } +askama_shared = { version = "0.5.0", path = "../askama_shared" } syn = "0.11" |