-
Notifications
You must be signed in to change notification settings - Fork 11
Update for https://github.com/rust-lang/rust/pull/26677. #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or 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
r? @jroesch |
Ms2ger
added a commit
to servo/servo
that referenced
this pull request
Jul 6, 2015
This excludes * layers, as its latest commits have an API change we still need to adapt to; * hyper, as it gained a dependency on the solicit crate, which triggers an ICE in the current rustc (<rust-lang/rust#26805>); * websocket, as it depends on a hyper API change; * tenacious, as it has not yet been updated to the current rustc (<Manishearth/rust-tenacious#6>).
Ms2ger
added a commit
to servo/servo
that referenced
this pull request
Jul 6, 2015
This excludes * layers, as its latest commits have an API change we still need to adapt to; * hyper, as it gained a dependency on the solicit crate, which triggers an ICE in the current rustc (<rust-lang/rust#26805>); * websocket, as it depends on a hyper API change; * tenacious, as it has not yet been updated to the current rustc (<Manishearth/rust-tenacious#6>). Unfortunately, this adds a third copy of bitflags to our dependencies; I've created pull requests to the guilty dependencies: <sfackler/rust-openssl#236> and <servo/cocoa-rs#94>.
bors-servo
pushed a commit
to servo/servo
that referenced
this pull request
Jul 6, 2015
Update most dependencies. This excludes * layers, as its latest commits have an API change we still need to adapt to; * hyper, as it gained a dependency on the solicit crate, which triggers an ICE in the current rustc (<rust-lang/rust#26805>); * websocket, as it depends on a hyper API change; * tenacious, as it has not yet been updated to the current rustc (<Manishearth/rust-tenacious#6>). Unfortunately, this adds a third copy of bitflags to our dependencies; I've created pull requests to the guilty dependencies: <sfackler/rust-openssl#236> and <servo/cocoa-rs#94>. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6562) <!-- Reviewable:end -->
Ms2ger
added a commit
to servo/servo
that referenced
this pull request
Jul 6, 2015
This excludes * layers, as its latest commits have an API change we still need to adapt to; * hyper, as it gained a dependency on the solicit crate, which triggers an ICE in the current rustc (<rust-lang/rust#26805>); * websocket, as it depends on a hyper API change; * tenacious, as it has not yet been updated to the current rustc (<Manishearth/rust-tenacious#6>). Unfortunately, this adds a third copy of bitflags to our dependencies; I've created pull requests to the guilty dependencies: <sfackler/rust-openssl#236> and <servo/cocoa-rs#94>.
bors-servo
pushed a commit
to servo/servo
that referenced
this pull request
Jul 6, 2015
Update most dependencies. This excludes * layers, as its latest commits have an API change we still need to adapt to; * hyper, as it gained a dependency on the solicit crate, which triggers an ICE in the current rustc (<rust-lang/rust#26805>); * websocket, as it depends on a hyper API change; * tenacious, as it has not yet been updated to the current rustc (<Manishearth/rust-tenacious#6>). Unfortunately, this adds a third copy of bitflags to our dependencies; I've created pull requests to the guilty dependencies: <sfackler/rust-openssl#236> and <servo/cocoa-rs#94>. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6562) <!-- Reviewable:end -->
Ms2ger
added a commit
to servo/servo
that referenced
this pull request
Jul 16, 2015
This excludes: * selectors, because it has API changes upstream; * string_cache_plugin, because it uses Vec::join in its most recent version; * tenacious, as it has not yet been updated to the current rustc (<Manishearth/rust-tenacious#6>); * x11, because some crates depend on 1.0 and some are happy to upgrade to 2.0, leading to type mismatches.
bors-servo
pushed a commit
to servo/servo
that referenced
this pull request
Jul 16, 2015
Update most dependencies. This excludes: * selectors, because it has API changes upstream; * string_cache_plugin, because it uses Vec::join in its most recent version; * tenacious, as it has not yet been updated to the current rustc (<Manishearth/rust-tenacious#6>); * x11, because some crates depend on 1.0 and some are happy to upgrade to 2.0, leading to type mismatches. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6645) <!-- Reviewable:end -->
Ms2ger
added a commit
to servo/servo
that referenced
this pull request
Aug 7, 2015
This excludes: * tenacious, as it has not yet been updated to the current rustc (Manishearth/rust-tenacious#6); * ipc-channel, as it doesn't build on linux upstream.
Ms2ger
added a commit
to servo/servo
that referenced
this pull request
Aug 7, 2015
This excludes: * cssparser, as it contains changes that cause test failures; * tenacious, as it has not yet been updated to the current rustc (Manishearth/rust-tenacious#6); * ipc-channel, as it doesn't build on linux upstream.
bors-servo
pushed a commit
to servo/servo
that referenced
this pull request
Aug 7, 2015
Update most dependencies. This excludes: * tenacious, as it has not yet been updated to the current rustc (Manishearth/rust-tenacious#6); * ipc-channel, as it doesn't build on linux upstream. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7062) <!-- Reviewable:end -->
jrmuizel
pushed a commit
to jrmuizel/gecko-cinnabar
that referenced
this pull request
Jun 12, 2017
…); r=SimonSapin This excludes: * tenacious, as it has not yet been updated to the current rustc (Manishearth/rust-tenacious#6); * ipc-channel, as it doesn't build on linux upstream. Source-Repo: https://github.com/servo/servo Source-Revision: 49cbcc97ed56724944ef713d4edb7a2df3934500
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this pull request
Sep 30, 2019
…); r=SimonSapin This excludes: * tenacious, as it has not yet been updated to the current rustc (Manishearth/rust-tenacious#6); * ipc-channel, as it doesn't build on linux upstream. Source-Repo: https://github.com/servo/servo Source-Revision: 49cbcc97ed56724944ef713d4edb7a2df3934500 UltraBlame original commit: 238048b9e8acfbaf41500479acbc038ffedb9fc9
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this pull request
Oct 1, 2019
…); r=SimonSapin This excludes: * tenacious, as it has not yet been updated to the current rustc (Manishearth/rust-tenacious#6); * ipc-channel, as it doesn't build on linux upstream. Source-Repo: https://github.com/servo/servo Source-Revision: 49cbcc97ed56724944ef713d4edb7a2df3934500 UltraBlame original commit: 238048b9e8acfbaf41500479acbc038ffedb9fc9
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this pull request
Oct 1, 2019
…); r=SimonSapin This excludes: * tenacious, as it has not yet been updated to the current rustc (Manishearth/rust-tenacious#6); * ipc-channel, as it doesn't build on linux upstream. Source-Repo: https://github.com/servo/servo Source-Revision: 49cbcc97ed56724944ef713d4edb7a2df3934500 UltraBlame original commit: 238048b9e8acfbaf41500479acbc038ffedb9fc9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.