diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-12-15 09:16:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-15 09:16:20 +0100 |
commit | 5057b75e7752f2186157fb3e1f5e5d2d0c5ff880 (patch) | |
tree | 213711d7aa654705188ce4c89f303f3a2df81ac9 /askama_derive/Cargo.toml | |
parent | 3b57663b5b626a322e81f9399f0ab39a88411fd4 (diff) | |
parent | 11441aa4a1927c186a0eb7e6d519b709f7e40605 (diff) | |
download | askama-5057b75e7752f2186157fb3e1f5e5d2d0c5ff880.tar.gz askama-5057b75e7752f2186157fb3e1f5e5d2d0c5ff880.tar.bz2 askama-5057b75e7752f2186157fb3e1f5e5d2d0c5ff880.zip |
Merge pull request #400 from djc/local
Sync local repo with GitHub
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 63d08bd..f3df891 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_derive" -version = "0.10.3" +version = "0.10.5" authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] description = "Procedural macro package for Askama" homepage = "https://github.com/djc/askama" @@ -23,6 +23,6 @@ tide = [] warp = [] [dependencies] -askama_shared = { version = "0.10.4", path = "../askama_shared", default-features = false } +askama_shared = { version = "0.11", path = "../askama_shared", default-features = false } proc-macro2 = "1" syn = "1" |