-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Update env_logger to 0.5.4 #48642
Update env_logger to 0.5.4 #48642
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
9255eda
to
b25441a
Compare
What about #47501? |
Oh right yeah! Looks like env_logger has since removed the |
@bors r+ |
📌 Commit b25441a has been approved by |
b25441a
to
aff7be7
Compare
@bors: r=michaelwoerister |
📌 Commit aff7be7 has been approved by |
☔ The latest upstream changes (presumably #48125) made this pull request unmergeable. Please resolve the merge conflicts. |
aff7be7
to
5420d3e
Compare
@bors: r=michaelwoerister |
📌 Commit 5420d3e has been approved by |
5420d3e
to
23d9591
Compare
@bors: r=michaelwoerister I've thrown in an update to |
📌 Commit 23d9591 has been approved by |
@bors: retry network error? |
⌛ Testing commit 87f3dda with merge e586eb44d5817d1114db969dc51aa2d3b79924dd... |
💔 Test failed - status-travis |
@bors: retry host is up for me locally? |
…ister Update env_logger to 0.5.4 It looks like this cuts down on the number of dependencies in env_logger and notably cuts out a difference between a shared dependency of rls/cargo. My goal here is to ensure that when we compile the RLS/Cargo on CI we only compile Cargo once, and this is one step towards that!
💔 Test failed - status-travis |
☔ The latest upstream changes (presumably #48642) made this pull request unmergeable. Please resolve the merge conflicts. |
Tested on commit rust-lang/rust@4cdbac6. Direct link to PR: <rust-lang/rust#48642> 💔 rls on windows: test-pass → build-fail (cc @nrc). 💔 rls on linux: test-pass → build-fail (cc @nrc).
@alexcrichton Looks like the rls-rustc update to 0.2.2 got lost somewhere to bring in rust-dev-tools/rls-rustc@c563ac9:
|
It looks like this cuts down on the number of dependencies in env_logger and
notably cuts out a difference between a shared dependency of rls/cargo. My goal
here is to ensure that when we compile the RLS/Cargo on CI we only compile Cargo
once, and this is one step towards that!