about summary refs log tree commit diff
path: root/net
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-08-15T14·05+0300
committertazjin <mail@tazj.in>2021-08-15T14·18+0000
commit038cf399984cbc161dc07fac75f43cc057763cfc (patch)
treeef4883fc55a197a3ca1617cb17954956030c2570 /net
parent03c3d49b878ffabfe98da1ec8af9dd5c7c4d222f (diff)
chore(alcoholic_jwt): Prepare 1.0.1 release r/2736
This release includes fixes for the audience claim. It has also been
pointed out to me that the repository URL on crates.io was pointing at
the old location.

Change-Id: Ie6265c86932a67a8f8c0210271f1d69b6394756b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3361
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
Diffstat (limited to 'net')
-rw-r--r--net/alcoholic_jwt/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/alcoholic_jwt/Cargo.toml b/net/alcoholic_jwt/Cargo.toml
index 40db6b7bd1..4430e06879 100644
--- a/net/alcoholic_jwt/Cargo.toml
+++ b/net/alcoholic_jwt/Cargo.toml
@@ -1,12 +1,12 @@
 [package]
 name = "alcoholic_jwt"
 description = "Library for validation of RS256 JWTs"
-version = "1.0.0"
-authors = ["Vincent Ambo <vincent@aprila.no>"]
+version = "1.0.1"
+authors = ["Vincent Ambo <mail@tazj.in>"]
 keywords = ["jwt", "token", "jwks"]
 categories = ["authentication"]
 license = "GPL-3.0-or-later"
-repository = "https://github.com/aprilabank/alcoholic_jwt"
+repository = "https://code.tvl.fyi/tree/net/alcoholic_jwt"
 
 [dependencies]
 base64 = "0.10"