diff options
Diffstat (limited to 'askama_derive/Cargo.toml')
-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 731cca0..8e97647 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_derive" -version = "0.10.1" +version = "0.10.2" authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] description = "Procedural macro package for Askama" homepage = "https://github.com/djc/askama" @@ -22,7 +22,7 @@ tide = [] warp = [] [dependencies] -askama_shared = { version = "0.10.2", path = "../askama_shared", default-features = false } +askama_shared = { version = "0.10.3", path = "../askama_shared", default-features = false } proc-macro2 = "1" quote = "1" syn = "1" |