forked from hyperium/hyper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request hyperium#1 from glennw/rustc_workaround
Update servo branch for rust upgrade + rustc workaround for SendStr issue.
- Loading branch information
Showing
44 changed files
with
2,542 additions
and
1,248 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 |
---|---|---|
|
@@ -8,25 +8,25 @@ authors = ["Sean McArthur <[email protected]>"] | |
git = "https://github.com/servo/rust-url" | ||
|
||
[dependencies.openssl] | ||
git = "https://github.com/servo/rust-openssl" | ||
git = "https://github.com/sfackler/rust-openssl" | ||
|
||
[dependencies.mime] | ||
git = "https://github.com/hyperium/mime.rs" | ||
|
||
[dependencies.unsafe-any] | ||
git = "https://github.com/reem/rust-unsafe-any" | ||
|
||
[dependencies.move-acceptor] | ||
git = "https://github.com/reem/rust-move-acceptor" | ||
|
||
[dependencies.typeable] | ||
git = "https://github.com/reem/rust-typeable" | ||
|
||
[dev-dependencies.curl] | ||
git = "https://github.com/carllerche/curl-rust" | ||
|
||
[dev-dependencies.http] | ||
git = "https://github.com/chris-morgan/rust-http" | ||
|
||
[dependencies.cookie] | ||
git = "https://github.com/servo/cookie-rs" | ||
git = "https://github.com/alexcrichton/cookie-rs" | ||
|
||
[dependencies.time] | ||
git = "https://github.com/rust-lang/time" | ||
|
||
[dependencies.mucell] | ||
git = "https://github.com/chris-morgan/mucell" |
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
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
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
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
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
Oops, something went wrong.