-
Notifications
You must be signed in to change notification settings - Fork 151
Test in Rust 1.20 on Travis #114
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
Conversation
This will ensure we don't increase the minimum supported Rust version without noticing it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this is not a hard requirement provided we notice and do a breaking bump, right?
@bors-servo r+ |
📌 Commit 76fc41f has been approved by |
Right, this does not imply any particular guarantee of support in future versions. It's just to help us track which versions are supported. |
Test in Rust 1.20 on Travis This will ensure we don't increase the minimum supported Rust version without noticing it. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/114) <!-- Reviewable:end -->
☀️ Test successful - status-travis |
Version 0.6.5 Change log: * #115 - add `into_inner` method * #117 - add `from_buf_and_len` and `from_buf_and_len_unchecked` * #118 - optimize `from_slice` * Some code cleanup and testing improvements (#112, #113, #114, #120) cc @llogiq <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/121) <!-- Reviewable:end -->
This will ensure we don't increase the minimum supported Rust version without noticing it.
This change is