From fb0e70137c304bb031845242f2c29540193e7c4a Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Sat, 23 Oct 2021 18:23:49 +0200 Subject: [PATCH] v1.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e1a76f6..1522ab4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2752,7 +2752,7 @@ checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71" [[package]] name = "zauth" -version = "1.2.0" +version = "1.2.1" dependencies = [ "askama", "askama_rocket", diff --git a/Cargo.toml b/Cargo.toml index c1b686db..0ab7a485 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zauth" -version = "1.2.0" +version = "1.2.1" edition = "2018" authors = ["Rien Maertens "]