From 1cc14b04eb1cf9902cfa55214c1ba664e938af37 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 21 Jan 2020 07:41:55 -0800 Subject: [PATCH] Beta 1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02a49ab..4bf6c71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonwebtoken" -version = "7.0.0-alpha.3" +version = "7.0.0-beta.1" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"