chore: version 0.3.0

This commit is contained in:
cduvray 2023-01-13 07:50:50 +01:00
parent c726a87fd6
commit 8a687f0474
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -708,7 +708,7 @@ dependencies = [
[[package]]
name = "jwt-authorizer"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"axum",
"futures-core",

View file

@ -1,7 +1,7 @@
[package]
name = "jwt-authorizer"
description = "jwt authorizer middleware for axum"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["cduvray <c_duvray@proton.me>"]
license = "MIT"