aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2017-05-02 22:18:32 +0100
committerEdward Barnard2017-05-02 22:18:32 +0100
commitec7b8c2fce8055e2b43ca5fd387b74e6b7749a22 (patch)
treef0612e0a7f18a3189499c24b6582a054da8d3d81
parentf6c11c372aee1d750af0d608d704ff19a63def03 (diff)
downloadrust-plist-ec7b8c2fce8055e2b43ca5fd387b74e6b7749a22.tar.bz2
Rename serde_serialization feature to serde.
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5432df2..0afbf08 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,8 +10,7 @@ keywords = ["plist", "parser"]
build = "build.rs"
[features]
-default = ["serde_serialization"]
-serde_serialization = ["serde"]
+default = ["serde"]
[dependencies]
base64 = "0.4.1"