From 5c9f3216bb51fc7d5796979864e1cc2332aa2934 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 30 Aug 2024 10:07:37 +0200 Subject: [PATCH] Bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f5682e..856283e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jwt-simple" -version = "0.12.9" +version = "0.12.10" description = "Easy to use, secure, non opinionated JWT (JSON Web Tokens) implementation for Rust." authors = ["Frank Denis "] edition = "2018"