Closed SimonSapin closed 6 years ago
@fitzgen @jdm @nox How do you feel about this repository requiring Rust 1.15 1.25? According to https://wiki.mozilla.org/Rust_Update_Policy_for_Firefox Gecko can use that version from April 12, but as far as I understand it doesn’t use this repo anyway.
I assume you meant 1.25? I don't mind.
Oops, yes. I mostly ask in case it interferes with plans to unify this repo with js/
in mozilla-central.
In particular: this is only clean-up, so if it requires adding a Cargo feature somewhere it’s not worth it and we can just wait.
I take it "approved" means:
@bors-servo r=jdm
:pushpin: Commit 5a68234 has been approved by jdm
:hourglass: Testing commit 5a682343f61fec25d4abbaab4bda7775a51486dd with merge 8f5cf86790b03b63e8bd2cbf580c941daa83793d...
:boom: Test timed out
@bors-servo retry
:hourglass: Testing commit 5a682343f61fec25d4abbaab4bda7775a51486dd with merge d5aabe3e21c7ffe53861c152f963b46a86216089...
Eh, OS X job on Travis-CI still not scheduled after 13 hours…
:sunny: Test successful - status-appveyor, status-travis Approved by: jdm Pushing d5aabe3e21c7ffe53861c152f963b46a86216089 to master...
This will allow removing the
NonNullJSObjectPtr
hack in Servo, but raises the minimum Rust version to 1.25 (currently Nigthly)This change is