From 363c4e660aa81b7ef4ba8968c9c5fd46fe540e7a Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 25 Jul 2016 09:26:41 -0700 Subject: [PATCH] Release 0.8.0-rc1 --- json/Cargo.toml | 2 +- json_tests/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/json/Cargo.toml b/json/Cargo.toml index d1dc614ac..ecfd53c10 100644 --- a/json/Cargo.toml +++ b/json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_json" -version = "0.7.4" +version = "0.8.0-rc1" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "A JSON serialization file format" diff --git a/json_tests/Cargo.toml b/json_tests/Cargo.toml index 016cad028..037526102 100644 --- a/json_tests/Cargo.toml +++ b/json_tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_json_tests" -version = "0.7.4" +version = "0.8.0-rc1" authors = ["Erick Tryzelaar "] build = "build.rs"