-
Notifications
You must be signed in to change notification settings - Fork 717
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
Bump to 0.28 #841
Bump to 0.28 #841
Conversation
@Manishearth you need to update the lock file: diff --git a/Cargo.lock b/Cargo.lock
index 1615200..6ea1045 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "bindgen"
-version = "0.27.0"
+version = "0.27.1"
dependencies = [
"aster 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cexpr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
r=me with that |
8045932
to
eb46d65
Compare
Let's don't push on this. It seems the bindgen still doesn't work for stylo. |
I'm aware, been investigating that. See #842 (comment) |
I think I'm hitting a different one likely regressed from #829. |
☔ The latest upstream changes (presumably #845) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors-servo r=fitzgen |
📌 Commit d4da81a has been approved by |
Bump to 0.28 Brings in #822 which unblocks https://bugzilla.mozilla.org/show_bug.cgi?id=1366956, and also #829 which should greatly reduce merge conflicts in checked in bindings.
☀️ Test successful - status-travis |
Brings in #822 which unblocks https://bugzilla.mozilla.org/show_bug.cgi?id=1366956,
and also #829 which should greatly reduce merge conflicts in checked in bindings.