chore(client): place the use of new rust features behind cfg
This commit is contained in:
committed by
Sean McArthur
parent
97f4243a59
commit
9f8add6056
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user