aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--askama_derive/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml
index 461a1f8..34a04dc 100644
--- a/askama_derive/Cargo.toml
+++ b/askama_derive/Cargo.toml
@@ -19,7 +19,7 @@ actix-web = []
gotham = []
[dependencies]
-askama_shared = { version = "0.7.2", path = "../askama_shared" }
+askama_shared = { version = "0.8", path = "../askama_shared" }
nom = "4"
proc-macro2 = "0.4"
quote = "0.6"