Release 0.9.0-rc1

This commit is contained in:
David Tolnay
2017-01-15 09:25:09 -08:00
parent 4d1627fc96
commit 3a52364f3e
6 changed files with 9 additions and 19 deletions
+1 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "serde_codegen"
version = "0.8.22"
version = "0.9.0-rc1"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Macros to auto-generate implementations for the serde framework"
@@ -10,8 +10,6 @@ documentation = "https://serde.rs/codegen.html"
keywords = ["serde", "serialization"]
include = ["Cargo.toml", "src/**/*.rs"]
publish = false # this branch contains breaking changes for 0.9
[features]
default = ["with-syntex"]
unstable = []