diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2023-09-29 16:23:36 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2023-09-29 17:07:12 +0200 |
commit | 22ec6c95a19b682379d84dc22b6e1f190b6f8766 (patch) | |
tree | 490946dea71157c249731cc5bc3171f4e0fc53cb /askama_parser/Cargo.toml | |
parent | 1ce939a729b0512752d2fa78369797f10d6ff5e6 (diff) | |
download | askama-22ec6c95a19b682379d84dc22b6e1f190b6f8766.tar.gz askama-22ec6c95a19b682379d84dc22b6e1f190b6f8766.tar.bz2 askama-22ec6c95a19b682379d84dc22b6e1f190b6f8766.zip |
parser: version bump to 0.1.1
Diffstat (limited to 'askama_parser/Cargo.toml')
-rw-r--r-- | askama_parser/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_parser/Cargo.toml b/askama_parser/Cargo.toml index 577e435..e2fb11c 100644 --- a/askama_parser/Cargo.toml +++ b/askama_parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_parser" -version = "0.1.0" +version = "0.1.1" description = "Parser for Askama templates" documentation = "https://docs.rs/askama" keywords = ["markup", "template", "jinja2", "html"] |