Skip to content

Commit

Permalink
Make syntex optional and bump version to 0.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Apr 14, 2016
1 parent b5ed7ee commit 8191c9b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ license = "MIT"
name = "etcd"
readme = "README.md"
repository = "https://github.com/jimmycuadra/rust-etcd"
version = "0.5.1"

[build-dependencies]
syntex = "0.31.0"
version = "0.5.2"

[build-dependencies.serde_codegen]
optional = true
version = "0.7.2"

[build-dependencies.syntex]
optional = true
version = "0.31.0"

[dependencies]
hyper = "0.8.1"
openssl = "0.7.9"
Expand All @@ -30,5 +31,5 @@ optional = true
version = "0.7.2"

[features]
default = ["serde_codegen"]
default = ["serde_codegen", "syntex"]
nightly = ["serde_macros"]

0 comments on commit 8191c9b

Please sign in to comment.