Update the readme to suggest serde 1.0 over 0.9

This commit is contained in:
Mike Engel 2017-04-21 23:27:27 -06:00
parent 0932f14bc2
commit 56e2f97c3b
No known key found for this signature in database
GPG Key ID: 225C4F0D1FDE7CF8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Add the following to Cargo.toml:
```toml
jsonwebtoken = "2"
serde_derive = "0.9"
serde_derive = "1.0"
```
## How to use