Update version to 0.4.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-11-03 18:53:59 +01:00
parent e2e828db65
commit 0b1a477757
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -34,7 +34,7 @@ checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
[[package]]
name = "basic-jwt"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"anyhow",
"elliptic-curve",

View File

@@ -1,6 +1,6 @@
[package]
name = "basic-jwt"
version = "0.3.0"
version = "0.4.0"
edition = "2024"
authors = ["Pierre Hubert <pierre.git@communiquons.org>"]
description = "Basic JWT signing and verification library"