-
Notifications
You must be signed in to change notification settings - Fork 103
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
Change simd to repr simd & bump version number #101
Conversation
With [SIMD groundwork part 1](rust-lang/rust#27169) the simd feature is now repr_simd.
@bors-servo r+ Reviewed 3 of 3 files at r1. Comments from the review on Reviewable.io |
📌 Commit 0258f4d has been approved by |
Change simd to repr simd & bump version number With [SIMD groundwork part 1](rust-lang/rust#27169) the simd feature is now repr_simd. Bump the version number since this relies on the rust PR. r? @metajack <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/euclid/101) <!-- Reviewable:end -->
💔 Test failed - travis |
Aster needs to be updated to work with rust-lang/rust#28033. I submitted serde-deprecated/aster#28 to aster. |
Aster's been updated. 0.4.4 should work for you now. |
@bors-servo: retry |
Change simd to repr simd & bump version number With [SIMD groundwork part 1](rust-lang/rust#27169) the simd feature is now repr_simd. Bump the version number since this relies on the rust PR. r? @metajack <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/euclid/101) <!-- Reviewable:end -->
☀️ Test successful - travis |
In order to pick up these changes: * servo/euclid#101 * netvl/xml-rs#102
In order to pick up these changes: * servo/euclid#101 * netvl/xml-rs#102 * mozilla/webdriver-rust#17
In order to pick up these changes: * servo/euclid#101 * netvl/xml-rs#102 * mozilla/webdriver-rust#17 * servo/surfman#27
Upgrade some dependencies to silence warnings In order to pick up these changes: * servo/euclid#101 * netvl/xml-rs#102 * mozilla/webdriver-rust#17 * servo/surfman#27 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7513) <!-- Reviewable:end -->
…rom frewsxcv:bump-no-warnings); r=Ms2ger In order to pick up these changes: * servo/euclid#101 * netvl/xml-rs#102 * mozilla/webdriver-rust#17 * servo/surfman#27 Source-Repo: /~https://github.com/servo/servo Source-Revision: b7c88dd547c01d99c77c90329cc09f13a90a53b7
…rom frewsxcv:bump-no-warnings); r=Ms2ger In order to pick up these changes: * servo/euclid#101 * netvl/xml-rs#102 * mozilla/webdriver-rust#17 * servo/surfman#27 Source-Repo: /~https://github.com/servo/servo Source-Revision: b7c88dd547c01d99c77c90329cc09f13a90a53b7 UltraBlame original commit: 5cbc0613749c34c6cfb1b95223a695776d5c70f9
…rom frewsxcv:bump-no-warnings); r=Ms2ger In order to pick up these changes: * servo/euclid#101 * netvl/xml-rs#102 * mozilla/webdriver-rust#17 * servo/surfman#27 Source-Repo: /~https://github.com/servo/servo Source-Revision: b7c88dd547c01d99c77c90329cc09f13a90a53b7 UltraBlame original commit: 5cbc0613749c34c6cfb1b95223a695776d5c70f9
…rom frewsxcv:bump-no-warnings); r=Ms2ger In order to pick up these changes: * servo/euclid#101 * netvl/xml-rs#102 * mozilla/webdriver-rust#17 * servo/surfman#27 Source-Repo: /~https://github.com/servo/servo Source-Revision: b7c88dd547c01d99c77c90329cc09f13a90a53b7 UltraBlame original commit: 5cbc0613749c34c6cfb1b95223a695776d5c70f9
With SIMD groundwork part 1
the simd feature is now repr_simd.
Bump the version number since this relies on the rust PR.
r? @metajack