From da39ceeb839fe1ae752b4c90f1b9350dbe1c6f46 Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Tue, 4 Oct 2022 21:32:41 +0200 Subject: [PATCH] 1.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42b23cb..90636e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2486,7 +2486,7 @@ checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" [[package]] name = "zauth" -version = "1.5.1" +version = "1.6.0" dependencies = [ "askama", "askama_rocket", diff --git a/Cargo.toml b/Cargo.toml index b629674..3ba7d19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zauth" -version = "1.5.1" +version = "1.6.0" edition = "2021" authors = ["Rien Maertens "]