From 4e487a92d814f6a1986280a22b1f11330c6ccb9a Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 13 May 2016 12:15:04 -0700 Subject: [PATCH] Release 0.7.1 --- json_tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_tests/Cargo.toml b/json_tests/Cargo.toml index 2a614016e..d9e5ec0ac 100644 --- a/json_tests/Cargo.toml +++ b/json_tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_json_tests" -version = "0.7.0" +version = "0.7.1" authors = ["Erick Tryzelaar "] build = "build.rs"