From f011b0105189af7c131b257a210b5eb49c84ba1a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 11 Jun 2015 01:34:08 -0700 Subject: Make serde-tests a standalone crate --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d935053..92d004e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,11 +17,10 @@ facilitate deserializing and serializing Rust structures. [dependencies] rustc-serialize = { optional = true, version = "0.3.0" } -serde = { optional = true } +serde = { optional = true, version = "0.5" } [features] default = ["rustc-serialize"] [dev-dependencies] rustc-serialize = "0.3" -serde_macros = "*" -- cgit v1.2.3