From f16498b8db0d960905b530c8d726155798843ae7 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 22 Dec 2014 08:17:46 -0800 Subject: Update to rust master --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 673be8a..ef085b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,8 @@ A native Rust encoder and decoder of TOML-formatted files and streams. Provides 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 -- cgit v1.2.3