Skip to content

Commit

Permalink
Release 0.9.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 15, 2017
1 parent 68a41a7 commit c418233
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions serde_test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_test"
version = "0.8.22"
version = "0.9.0-rc1"
authors = ["Erick Tryzelaar <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Token De/Serializer for testing De/Serialize implementations"
Expand All @@ -11,7 +11,5 @@ readme = "../README.md"
keywords = ["serde", "serialization"]
include = ["Cargo.toml", "src/**/*.rs"]

publish = false # this branch contains breaking changes for 0.9

[dependencies]
serde = { version = "0.8.22", path = "../serde" }
serde = { version = "0.9.0-rc1", path = "../serde" }

0 comments on commit c418233

Please sign in to comment.