diff options
author | Allan Zhang <al@ayz.ai> | 2022-10-20 23:01:51 -0400 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-10-21 13:24:39 +0200 |
commit | 1b18bab91ba773425e521abc276a1278e0d61f3c (patch) | |
tree | e889d4c63f5db6fe8a6d59756062874ae9179505 /testing | |
parent | c441459a27eb7c0c476ce70833e05224ba6894fd (diff) | |
download | askama-1b18bab91ba773425e521abc276a1278e0d61f3c.tar.gz askama-1b18bab91ba773425e521abc276a1278e0d61f3c.tar.bz2 askama-1b18bab91ba773425e521abc276a1278e0d61f3c.zip |
Version bump in README and book
I was going through the book when I saw the version was still 0.8.
This commit ensures all references to Askama version are to 0.11.2.
Most of them already were.
Merge whenever appropriate for release, #722 related
Diffstat (limited to 'testing')
-rw-r--r-- | testing/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 72f21c3..75f68ae 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -12,7 +12,7 @@ serde-json = ["serde_json", "askama/serde-json"] markdown = ["comrak", "askama/markdown"] [dependencies] -askama = { path = "../askama", version = "0.11.0-beta.1" } +askama = { path = "../askama", version = "0.11.2" } comrak = { version = "0.14", default-features = false, optional = true } serde_json = { version = "1.0", optional = true } |