Skip to content

Commit

Permalink
Release 0.9.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 24, 2017
1 parent 4444d9b commit 286edcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -9,8 +9,6 @@ documentation = "http://docs.serde.rs/serde_json/"
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"]
Expand Down
2 changes: 1 addition & 1 deletion json_tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 286edcd

Please sign in to comment.