From b4022a299a4664e6bd983471b4519c6353352a23 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 14 Sep 2016 23:24:36 -0700 Subject: [PATCH] Release 0.8.2 --- 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 f354bd1cb..968a66ebe 100644 --- a/json/Cargo.toml +++ b/json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_json" -version = "0.8.1" +version = "0.8.2" 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 c4f9f0ef6..b477d9bc7 100644 --- a/json_tests/Cargo.toml +++ b/json_tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_json_tests" -version = "0.8.1" +version = "0.8.2" authors = ["Erick Tryzelaar "] build = "build.rs"