v7 alpha 1

This commit is contained in:
Vincent Prouillet 2019-11-15 20:33:49 +01:00
parent 1a727f7095
commit 8d678086eb
2 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
[package]
name = "jsonwebtoken"
version = "7.0.0"
version = "7.0.0-alpha.1"
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
license = "MIT"
readme = "README.md"
description = "Create and decode JWTs in a strongly typed way."
homepage = "https://github.com/Keats/jsonwebtoken"
repository = "https://github.com/Keats/jsonwebtoken"
keywords = ["jwt", "web", "api", "token", "json", "jwk"]
keywords = ["jwt", "web", "api", "token", "jwk"]
edition = "2018"
[dependencies]

View File

@ -4,7 +4,7 @@
[API documentation on docs.rs](https://docs.rs/jsonwebtoken/)
See [JSON Web Tokens](https://en.wikipedia.org/wiki/JSON_Web_Token) for more information on what are JSON Web Tokens.
See [JSON Web Tokens](https://en.wikipedia.org/wiki/JSON_Web_Token) for more information on what JSON Web Tokens are.
## Installation
Add the following to Cargo.toml: