From 7ee1c1b4798f18135ee618e30ccedfdf1f365451 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 7 Jan 2019 09:06:04 -0800 Subject: Fix disallowing duplicate table headers This commit fixes #279 where a case of duplicate table headers slipped through the cracks. This also adds an option to disable this new validation to allow Cargo to preserve backwards compatibility. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9904e2f..e91d917 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,9 @@ facilitate deserializing and serializing Rust structures. """ categories = ["config", "encoding", "parser-implementations"] +[workspace] +members = ['test-suite'] + [badges] travis-ci = { repository = "alexcrichton/toml-rs" } -- cgit v1.2.3