From 51ddfb0e6cb7cc3bef156972685a474140096c6c Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 4 Oct 2022 01:37:58 +0200 Subject: [PATCH] Bump Fixes #70 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ae2fcd..1b06916 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jwt-simple" -version = "0.10.0" +version = "0.11.1" description = "Easy to use, secure, non opinionated JWT (JSON Web Tokens) implementation for Rust." authors = ["Frank Denis "] edition = "2018"