From 0e3ba345c9fbb67928ff075153e831ee642e5a25 Mon Sep 17 00:00:00 2001 From: Bjorn Date: Thu, 27 Jul 2023 21:50:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Publish=20version=202.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8418f8..0b57e64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,7 +280,7 @@ dependencies = [ [[package]] name = "jumpdrive-auth" -version = "2.1.2" +version = "2.2.0" dependencies = [ "base32", "base64-url", diff --git a/Cargo.toml b/Cargo.toml index 156930c..e10028d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jumpdrive-auth" -version = "2.1.2" +version = "2.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 5140dcb..9ebbb47 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ I currently have no intentions to publish this to crates.io, so for now if you w dependency using: ```toml -jumpdrive-auth = { git = "https://github.com/Jumpdrive-dev/Auth-Services", tag = "2.1.2" } +jumpdrive-auth = { git = "https://github.com/Jumpdrive-dev/Auth-Services", tag = "2.2.0" } ``` ## Features