We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe58f9 commit 3226cfcCopy full SHA for 3226cfc
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 10.2.0 (2025-11-06)
4
+
5
+- Remove `Clone` bound from decode functions
6
7
## 10.1.0 (2025-10-18)
8
9
- add `dangerous::insecure_decode`
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "jsonwebtoken"
-version = "10.1.0"
+version = "10.2.0"
authors = ["Vincent Prouillet <[email protected]>"]
license = "MIT"
readme = "README.md"
0 commit comments