Skip to content

cargo update -p log:0.3.8 #1619

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

Merged
merged 1 commit into from
Feb 8, 2019
Merged

cargo update -p log:0.3.8 #1619

merged 1 commit into from
Feb 8, 2019

Conversation

jtgeibel
Copy link
Member

@jtgeibel jtgeibel commented Feb 8, 2019

I ran into this issue while trying to debug the login issue. We have a
few dependencies that pull in an older version of log, which means
that, for instance, RUST_LOG=oauth2=debug doesn't work. log:0.3.9
provides a semver compatibile wrapper around log:0.4 which allows
logging to work for all our dependencies which support it.

I ran into this issue while trying to debug the login issue.  We have a
few dependencies that pull in an older version of `log`, which means
that, for instance, `RUST_LOG=oauth2=debug` doesn't work.  `log:0.3.9`
provides a semver compatibile wrapper around `log:0.4` which allows
logging to work for all our dependencies which support it.
@sgrif
Copy link
Contributor

sgrif commented Feb 8, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Feb 8, 2019

📌 Commit f7ecd93 has been approved by sgrif

@bors
Copy link
Contributor

bors commented Feb 8, 2019

⌛ Testing commit f7ecd93 with merge ebab2b0...

bors added a commit that referenced this pull request Feb 8, 2019
`cargo update -p log:0.3.8`

I ran into this issue while trying to debug the login issue.  We have a
few dependencies that pull in an older version of `log`, which means
that, for instance, `RUST_LOG=oauth2=debug` doesn't work.  `log:0.3.9`
provides a semver compatibile wrapper around `log:0.4` which allows
logging to work for all our dependencies which support it.
@bors
Copy link
Contributor

bors commented Feb 8, 2019

☀️ Test successful - checks-travis
Approved by: sgrif
Pushing ebab2b0 to master...

@bors bors merged commit f7ecd93 into rust-lang:master Feb 8, 2019
@jtgeibel jtgeibel deleted the bump-older-log branch February 8, 2019 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants