Skip to content

Commit

Permalink
Fix cd serde_macros && cargo build
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Jul 16, 2015
1 parent ac758ed commit 60ab494
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions serde_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_macros"
version = "0.4.3"
version = "0.4.4"
authors = ["Erick Tryzelaar <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Macros to auto-generate implementations for the serde framework"
Expand All @@ -10,13 +10,10 @@ repository = "https://github.com/erickt/rust-serde"
name = "serde_macros"
plugin = true

[features]
default = ["serde/nightly"]

[dependencies]
serde_codegen = { version = "*", path = "../serde_codegen", default-features = false, features = ["nightly"] }

[dev-dependencies]
num = "*"
rustc-serialize = "*"
serde = { version = "*", path = "../serde" }
serde = { version = "*", path = "../serde", features = ["nightly"] }

0 comments on commit 60ab494

Please sign in to comment.