From d3c47163193a8ad97067fe7d6bc064f51bdad97a Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Sun, 27 Feb 2022 22:22:30 +0100 Subject: [PATCH] 2.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35c1df3a..8663f26f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biscuit-auth" -version = "2.0.0" +version = "2.0.1" description = "an authorization token with decentralized verification and offline attenuation" authors = ["Geoffroy Couprie "] edition = "2018"