From 6f8d5db811b145b5e78038fc54cb70a4cc46dbc9 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 31 Jan 2017 17:04:11 -0800 Subject: [PATCH] Release 0.9.3 --- json/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/Cargo.toml b/json/Cargo.toml index ba76c5722..e17148eb1 100644 --- a/json/Cargo.toml +++ b/json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_json" -version = "0.9.2" +version = "0.9.3" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "A JSON serialization file format"