From 15827b445232d24f636d67c3178e2871aadaf5e5 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 3 Feb 2017 07:51:24 -0800 Subject: [PATCH] Release 0.9.5 --- json/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/Cargo.toml b/json/Cargo.toml index d7e275010..c97d3e4dd 100644 --- a/json/Cargo.toml +++ b/json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_json" -version = "0.9.4" +version = "0.9.5" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "A JSON serialization file format"