Release 0.9.0-rc2
diff --git a/json/Cargo.toml b/json/Cargo.toml
index fec6838..c0ed76b 100644
--- a/json/Cargo.toml
+++ b/json/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "serde_json"
-version = "0.9.0-rc1"
+version = "0.9.0-rc2"
 authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
 license = "MIT/Apache-2.0"
 description = "A JSON serialization file format"
@@ -9,8 +9,6 @@
 readme = "../README.md"
 keywords = ["json", "serde", "serialization"]
 
-publish = false # this branch contains breaking changes for 0.9
-
 [features]
 unstable-testing = ["clippy"]
 preserve_order = ["linked-hash-map"]
diff --git a/json_tests/Cargo.toml b/json_tests/Cargo.toml
index 4947ef8..bdc2658 100644
--- a/json_tests/Cargo.toml
+++ b/json_tests/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "serde_json_tests"
-version = "0.9.0-rc1"
+version = "0.9.0-rc2"
 authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
 build = "build.rs"
 publish = false