From d2d46ca55f704d4e31282dc764119ea628b34dcf Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 2 Jul 2020 10:15:18 +0200 Subject: Bump dependency versions to force the latest version --- askama_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_derive/Cargo.toml') diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index 231240c..731cca0 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -22,7 +22,7 @@ tide = [] warp = [] [dependencies] -askama_shared = { version = "0.10", path = "../askama_shared", default-features = false } +askama_shared = { version = "0.10.2", path = "../askama_shared", default-features = false } proc-macro2 = "1" quote = "1" syn = "1" -- cgit