From 304523d17bc66fe127c555e16083647dc2d2f3dd Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Sat, 25 Jul 2020 09:27:29 +0900 Subject: [PATCH] Update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 320a64d0..dab38787 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jwt" -version = "0.9.0" +version = "0.10.0" authors = ["Michael Yang "] description = "JSON Web Token library" documentation = "http://mikkyang.github.io/rust-jwt/doc/jwt/index.html"