From 31ee496621384f9c6d670c32d576411cfcc79bc1 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 23 Dec 2014 08:01:35 -0800 Subject: Update to rust master --- Cargo.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ef085b9..c6234c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "toml" -version = "0.1.6" +version = "0.1.7" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md" @@ -15,7 +15,5 @@ implementations of the standard Encodable/Decodable traits for TOML data to facilitate deserializing and serializing Rust structures. """ -[profile.dev] -debug = false -[profile.test] -debug = false +[dependencies] +rustc-serialize = "0.1.0" -- cgit v1.2.3