From 426255bfbb74f6000e34b2a5599ede7262091d9f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 10 Feb 2017 16:33:21 -0800 Subject: [PATCH] Release 0.9.6 --- json/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/Cargo.toml b/json/Cargo.toml index c97d3e4dd..851f29f0e 100644 --- a/json/Cargo.toml +++ b/json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_json" -version = "0.9.5" +version = "0.9.6" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "A JSON serialization file format"