Remove h2-test-support crate (#119)

The h2-test-support caused the unstable flag to always be enabled.
This commit is contained in:
Carl Lerche
2017-09-25 22:28:39 -07:00
committed by GitHub
parent 549d96a36b
commit 8911ee2a4b
22 changed files with 91 additions and 89 deletions

View File

@@ -36,14 +36,7 @@ string = { git = "https://github.com/carllerche/string" }
ordermap = "0.2"
[dev-dependencies]
# Support code for tests. Ideally this wouldn't be released to crates.io, but
# until rust-lang/cargo#4466 is resolved, we just have to publish this junk crate.
#
# The dependency is set on a fixed version as the `h2-test-support` offers no
# guarantees of backwards compatibility across minor versions. The version of
# `h2-test-support` should always match the current version of `h2`.
h2-test-support = { version = "= 0.1.0", path = "tests/support" }
mock-io = { git = "https://github.com/carllerche/mock-io", branch = "experiments" }
# Fuzzing
quickcheck = "0.4.1"