about summary refs log tree commit diff
path: root/net
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-05-16T17·49+0200
committertazjin <tazjin@tvl.su>2022-05-16T17·55+0000
commit2c847e0dc133ee4156db9f3e58225b51e7c72922 (patch)
tree35b1e49f3d277de952af293d6ae769047c6d0fe7 /net
parent10d07ad9858e0d22377af0ca0433244e5eab1873 (diff)
chore(alcoholic_jwt): Prepare release of v4084 r/4084
Change-Id: Id45d4b7b33c29ed8ae3c487c4303266a8ca0fad3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5617
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'net')
-rw-r--r--net/alcoholic_jwt/Cargo.toml7
1 files changed, 4 insertions, 3 deletions
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 <mail@tazj.in>"]
+version = "4084.0.0"
+authors = ["Vincent Ambo <tazjin@tvl.su>"]
 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"