-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Remove build date from version #3820
Conversation
This was done by rustc awhile ago anyway and the rustc build system isn't exporting it.
@bors: r+ |
📌 Commit 7e6c83f has been approved by |
⌛ Testing commit 7e6c83f with merge 2bb4fa4... |
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
💔 Test failed - status-appveyor |
@bors: r+ |
📌 Commit f7075d9 has been approved by |
⌛ Testing commit f7075d9 with merge 599a127... |
Does this fix #3819? Looks like it touches the same lines of code. |
Yes this is the start to fixing that issues, not the end. |
💔 Test failed - status-travis |
@bors: r+ |
📌 Commit cac2216 has been approved by |
⌛ Testing commit cac2216 with merge d5e6f1d... |
💔 Test failed - status-travis |
@bors: r+ |
📌 Commit 0ec7c11 has been approved by |
⌛ Testing commit 0ec7c11 with merge 10cca2b... |
💔 Test failed - status-travis |
Just trying to get a PR to land...
0ec7c11
to
401153c
Compare
@bors: r+ |
📌 Commit 401153c has been approved by |
Remove build date from version This was done by rustc awhile ago anyway and the rustc build system isn't exporting it.
☀️ Test successful - status-appveyor, status-travis |
This commit updates Cargo with rust-lang/cargo#3820 which includes a fix for rust-lang/cargo#3819. At the same time this also slightly tweaks how rustbuild builds cargo to ensure that all the build information (including git info and such) makes its way into the binary. Closes rust-lang/cargo#3820
Update Cargo to fix nightly channel This commit updates Cargo with rust-lang/cargo#3820 which includes a fix for rust-lang/cargo#3819. At the same time this also slightly tweaks how rustbuild builds cargo to ensure that all the build information (including git info and such) makes its way into the binary. Closes rust-lang/cargo#3819
This was done by rustc awhile ago anyway and the rustc build system isn't
exporting it.