diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2021-12-21 23:18:16 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-01-04 21:30:15 +0100 |
commit | 3b701f2370fcace627dbeb9955757bf7cb66b376 (patch) | |
tree | 23c17582ea64c728978971bd38a100ea011a6077 /askama_shared/Cargo.toml | |
parent | 4089181f72c6e9c96cceff4dd0905bcda208ec05 (diff) | |
download | askama-3b701f2370fcace627dbeb9955757bf7cb66b376.tar.gz askama-3b701f2370fcace627dbeb9955757bf7cb66b376.tar.bz2 askama-3b701f2370fcace627dbeb9955757bf7cb66b376.zip |
Bump version number for askama_shared
Diffstat (limited to 'askama_shared/Cargo.toml')
-rw-r--r-- | askama_shared/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index 365c0f2..7f476b1 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_shared" -version = "0.12.0" +version = "0.12.1" description = "Shared code for Askama" homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" |