-
Notifications
You must be signed in to change notification settings - Fork 746
Update quasi_codegen to 0.29 #441
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
@@ -13,7 +13,7 @@ name = "bindgen" | |||
readme = "README.md" | |||
repository = "https://github.com/servo/rust-bindgen" | |||
documentation = "https://docs.rs/bindgen" | |||
version = "0.20.1" | |||
version = "0.20.2" |
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.
quasi_codegen
is only used in a build script and so not exposed to dependencies in public APIs. Therefore this is not a breaking change.
@bors-servo r+ |
📌 Commit 96384e2 has been approved by |
Update quasi_codegen to 0.29 This avoids compiling two versions of some crates, which hopefully fixes tidy errors for servo/servo#15216.
💔 Test failed - status-travis |
This avoids compiling two versions of some crates.
Updated @bors-servo r=emilio |
📌 Commit 783ac6e has been approved by |
Update quasi_codegen to 0.29 This avoids compiling two versions of some crates, which hopefully fixes tidy errors for servo/servo#15216.
☀️ Test successful - status-travis |
I tried to publish to https://crates.io/crates/bindgen but was not allowed. You can run |
I'm not a member of github:servo:cargo-publish ^^ |
On Wed, Jan 25, 2017 at 06:36:38AM -0800, Simon Sapin wrote:
I tried to publish to https://crates.io/crates/bindgen but was not
allowed. You can run `cargo owner -a github:servo:cargo-publish
bindgen` if you want to allow Servo team members to publish.
Thanks Simon, done :)
|
This avoids compiling two versions of some crates, which hopefully fixes tidy errors for servo/servo#15216.