diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2023-12-07 10:15:13 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2023-12-18 11:07:31 +0100 |
commit | 25bf3e945c0ddfa995390b82e177016cb49b947f (patch) | |
tree | 4f5a334b856eea200d5e585d776a263335d4bb4a /askama_derive | |
parent | 3d52283b74573af509deb3c47cbabf7b7b58b1dd (diff) | |
download | askama-25bf3e945c0ddfa995390b82e177016cb49b947f.tar.gz askama-25bf3e945c0ddfa995390b82e177016cb49b947f.tar.bz2 askama-25bf3e945c0ddfa995390b82e177016cb49b947f.zip |
Prepare askama_derive and _parser releases
Diffstat (limited to 'askama_derive')
-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 53cdc8b..fb7db70 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_derive" -version = "0.12.2" +version = "0.12.3" description = "Procedural macro package for Askama" homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" @@ -31,7 +31,7 @@ with-tide = [] with-warp = [] [dependencies] -parser = { package = "askama_parser", version = "0.1", path = "../askama_parser" } +parser = { package = "askama_parser", version = "0.2", path = "../askama_parser" } mime = "0.3" mime_guess = "2" proc-macro2 = "1" |