-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document rust-lang/cargo#14001. Don't disable simd feature anymore, p…
…ursuant to the aforementioned. Import Debian repository info
- Loading branch information
1 parent
4edaf13
commit 5b589cf
Showing
2 changed files
with
38 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ categories = ["network-programming", "web-programming::http-server"] | |
license = "MIT" | ||
build = "build.rs" | ||
# Remember to also update in appveyor.yml and the http-crates.io branch | ||
# Remember to also update brotli feature list! | ||
version = "2.0.2" | ||
# Remember to also update in http.md | ||
authors = ["thecoshman <[email protected]>", | ||
|
@@ -54,7 +53,7 @@ default-features = false | |
|
||
[dependencies.brotli] | ||
version = "6.0" | ||
# features = ["simd"] # comment this out for release | ||
features = ["simd"] # comment this out for release | ||
|
||
[dependencies.iron] | ||
path = "vendor/iron-0.6.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters