This commit is contained in:
Vincent Prouillet 2020-06-16 12:07:08 +02:00
parent 693a100128
commit 952d34c139
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 7.1.2 (2020-06-16)
- Derive `Hash` for `Header` and `Algorithm`
## 7.1.1 (2020-06-09)
- Update dependencies

View File

@ -1,6 +1,6 @@
[package]
name = "jsonwebtoken"
version = "7.1.1"
version = "7.1.2"
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
license = "MIT"
readme = "README.md"
@ -9,6 +9,7 @@ homepage = "https://github.com/Keats/jsonwebtoken"
repository = "https://github.com/Keats/jsonwebtoken"
keywords = ["jwt", "web", "api", "token", "jwk"]
edition = "2018"
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
[dependencies]
serde_json = "1.0"