aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-12-23 08:01:35 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-12-23 08:01:45 -0800
commit31ee496621384f9c6d670c32d576411cfcc79bc1 (patch)
treee899f6d827d82c552aecee0c1dd15452fb2f43e7 /Cargo.toml
parentf16498b8db0d960905b530c8d726155798843ae7 (diff)
downloadmilf-rs-31ee496621384f9c6d670c32d576411cfcc79bc1.tar.gz
milf-rs-31ee496621384f9c6d670c32d576411cfcc79bc1.zip
Update to rust master
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 3 insertions, 5 deletions
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 <alex@alexcrichton.com>"]
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"