chore(client): place the use of new rust features behind cfg

This commit is contained in:
Niv Kaminer
2018-08-04 10:21:57 +03:00
committed by Sean McArthur
parent 97f4243a59
commit 9f8add6056
5 changed files with 83 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
[package]
name = "hyper"
version = "0.12.7" # don't forget to update html_root_url
description = "A fast and correct HTTP library."
@@ -50,6 +49,9 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
[build-dependencies]
rustc_version = "0.2.3"
[features]
default = [
"__internal_flaky_tests",