From 35b25f096b0aa19acb5a66a9ce326a24bba6c124 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 10 Nov 2015 16:38:41 +0000 Subject: [PATCH] Update version number in doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e890c6..7d1a96b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Add the following to Cargo.toml: ```toml -jsonwebtoken = "0.1" +jsonwebtoken = "0.2" rustc-serialize = "0.3" ```