From c5338708853963b2f5f45c5efc1ae049eb435965 Mon Sep 17 00:00:00 2001 From: landrigun Date: Thu, 16 Feb 2023 14:50:17 +0000 Subject: [PATCH] version number bumped --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da33ad9..9f75adf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1225,7 +1225,7 @@ dependencies = [ [[package]] name = "simple-auth" -version = "0.3.1" +version = "0.3.2" dependencies = [ "async-std", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f327306..63729ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-auth" -version = "0.3.1" +version = "0.3.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html