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 uuid. #183
Update uuid. #183
Conversation
|
@bors-servo r+ |
|
|
Update uuid. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/183) <!-- Reviewable:end -->
|
|
Ryman
commented
Apr 10, 2016
|
FWIW, this now requires a later version of rust then previously (now requires >1.6) due to uuid 2.0 having |
|
Is there a reason to use older versions of Rust? FWIW with #176 this crate will require Rust 1.7+. |
Ryman
commented
Apr 10, 2016
|
Personally, I don't mind using latest stable, but I think it affects users who may only want to use a packaged version, or have an OS which isn't tier1 and has slower releases or something? It likely has more problems for end-users compiling from source than for developers of the library itself. I'm not entirely sure what the community consensus on this is but it is a kind of breaking change, so some kind of signalling, via either version bump or opt-in feature, would be neat imo. Requiring 1.7 for the 1.0 bump (#176) would be totally fine as it wouldn't break dependent crates unexpectedly, i.e. they have to opt in to Cargo letting them move from 0.6 -> 1.0 (unless they use |
|
Alright, let’s reconsider this if it becomes more than hypothetical. |
Ms2ger commentedApr 4, 2016
This change is