Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate num-traits to 0.2 and bump version #279
Conversation
|
You might want to wait for this one since master had lots of changes recently. I'm not sure how long that whole num-traits update is going to take |
|
|
|
Oh come on :o |
Allow euclid to be built in no_std environments (blocked on #279, since only `num-traits` > 0.2 is `no_std` compatible) Since this crate does not use any `std`-specific features, this pull request makes it `no_std`. The tests are still built and run using `std`. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/euclid/289) <!-- Reviewable:end -->
|
|
|
@bors-servo r+ |
|
|
Update num-traits to 0.2 and bump version <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/euclid/279) <!-- Reviewable:end -->
|
|
sounds like an error that could be caught locally ;) @bors-servo r=nical |
|
|
Update num-traits to 0.2 and bump version <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/euclid/279) <!-- Reviewable:end -->
|
|
|
@kvark Yeah that's what happens when I'm too lazy to rebase properly and trust my memory... |
Eijebong commentedMar 19, 2018
•
edited by larsbergstrom
This change is