Update version number in doc

This commit is contained in:
Vincent Prouillet 2015-11-10 16:38:41 +00:00
parent 620eadefb6
commit 35b25f096b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Add the following to Cargo.toml:
```toml
jsonwebtoken = "0.1"
jsonwebtoken = "0.2"
rustc-serialize = "0.3"
```