diff options
Diffstat (limited to 'askama_derive')
-rw-r--r-- | askama_derive/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index 811e1dd..84970fb 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -23,7 +23,7 @@ tide = [] warp = [] [dependencies] -askama_shared = { version = "0.10.3", path = "../askama_shared", default-features = false } +askama_shared = { version = "0.10.4", path = "../askama_shared", default-features = false } proc-macro2 = "1" quote = "1" syn = "1" |