From 2c847e0dc133ee4156db9f3e58225b51e7c72922 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 16 May 2022 19:49:45 +0200 Subject: chore(alcoholic_jwt): Prepare release of v4084 Change-Id: Id45d4b7b33c29ed8ae3c487c4303266a8ca0fad3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5617 Reviewed-by: tazjin Tested-by: BuildkiteCI --- net/alcoholic_jwt/Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'net') diff --git a/net/alcoholic_jwt/Cargo.toml b/net/alcoholic_jwt/Cargo.toml index 4430e06879..3ea34bc4df 100644 --- a/net/alcoholic_jwt/Cargo.toml +++ b/net/alcoholic_jwt/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "alcoholic_jwt" description = "Library for validation of RS256 JWTs" -version = "1.0.1" -authors = ["Vincent Ambo "] +version = "4084.0.0" +authors = ["Vincent Ambo "] keywords = ["jwt", "token", "jwks"] categories = ["authentication"] license = "GPL-3.0-or-later" -repository = "https://code.tvl.fyi/tree/net/alcoholic_jwt" +homepage = "https://code.tvl.fyi/about/net/alcoholic_jwt" +repository = "https://code.tvl.fyi/depot.git:/net/alcoholic_jwt.git" [dependencies] base64 = "0.10" -- cgit 1.4.1