This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Conversation
This file contains 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
jdm
suggested changes
Nov 14, 2017
Cargo.toml
Outdated
@@ -1,6 +1,6 @@ | |||
[package] | |||
name = "glx" | |||
version = "0.1.2" | |||
version = "0.1.3" |
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.
Since this library just exports the results of gl_generator, we should do a minor version bump when gl_generator does a minor version bump.
MortimerGoro
force-pushed
the
gl_generator
branch
from
November 14, 2017 13:12
ead17f5
to
bea1379
Compare
Done |
@bors-servo: r+ |
📌 Commit bea1379 has been approved by |
bors-servo
pushed a commit
that referenced
this pull request
Nov 14, 2017
Update gl_generator to 0.6 See servo/gleam#130. We also need this to avoid duplicated versions tidy checks to land the new gleam version in Servo. Please, publish the new version to crates.io when merged ;) <!-- 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-glx/17) <!-- Reviewable:end -->
☀️ Test successful - status-travis |
bors-servo
pushed a commit
to servo/skia
that referenced
this pull request
Nov 14, 2017
Update glx dependency to 0.2 See servo/rust-glx#17 and servo/gleam#130. We also need this to avoid duplicated versions tidy check failures in order to land the new gleam version in Servo. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/skia/145) <!-- Reviewable:end -->
bors-servo
pushed a commit
to servo/skia
that referenced
this pull request
Nov 14, 2017
Update glx dependency to 0.2 See servo/rust-glx#17 and servo/gleam#130. We also need this to avoid duplicated versions tidy check failures in order to land the new gleam version in Servo. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/skia/145) <!-- Reviewable:end -->
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See servo/gleam#130. We also need this to avoid duplicated versions tidy checks to land the new gleam version in Servo.
Please, publish the new version to crates.io when merged ;)
This change is