From 1b842030727941344b475f8b570f9ebd6ce4f118 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Wed, 22 Dec 2021 19:30:33 +0100 Subject: [PATCH] 2.0.0-beta5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11235528..0adf268a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biscuit-auth" -version = "2.0.0-beta4" +version = "2.0.0-beta5" description = "an authentication/authorization token with decentralized verification and offline delegation" authors = ["Geoffroy Couprie "] edition = "2018"