feat(lib): add raw_status feature in Cargo.toml

The `RawStatus` types on the `Response` are now gone by default. To make
use of them, the `raw_status` feature must be enabled in `Cargo.toml`.

BREAKING CHANGE: To use `RawStatus`, you must enable the `raw_status`
  crate feature.
This commit is contained in:
Sean McArthur
2017-06-03 16:20:22 -07:00
parent 76fc633613
commit acd62cda44
2 changed files with 37 additions and 3 deletions

View File

@@ -43,3 +43,4 @@ spmc = "0.2"
[features]
default = []
nightly = []
raw_status = []