aboutsummaryrefslogtreecommitdiff
path: root/test-suite/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2019-05-09 06:47:06 -0700
committerGitHub <noreply@github.com>2019-05-09 06:47:06 -0700
commit320464be3b014deaaf9387583862b1d4a69d89f8 (patch)
tree424943ad5a0b169d9027f2f0a1eedba9065ffffc /test-suite/Cargo.toml
parentd038a0bc5687cede01e626138868d83f487ba69c (diff)
parent4ad7eebf9e4de374eace6bb794dd96c41438e7bd (diff)
downloadmilf-rs-320464be3b014deaaf9387583862b1d4a69d89f8.tar.gz
milf-rs-320464be3b014deaaf9387583862b1d4a69d89f8.zip
Merge pull request #307 from ehuss/remove-conditional-rustc
Remove rustc version checking.
Diffstat (limited to 'test-suite/Cargo.toml')
-rw-r--r--test-suite/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/test-suite/Cargo.toml b/test-suite/Cargo.toml
index 10ffbcb..7c37e29 100644
--- a/test-suite/Cargo.toml
+++ b/test-suite/Cargo.toml
@@ -2,12 +2,8 @@
name = "toml_test_suite"
version = "0.0.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
-build = "build.rs"
publish = false
-[build-dependencies]
-rustc_version = "0.2"
-
[dev-dependencies]
toml = { path = ".." }
serde = "1.0"