-
Notifications
You must be signed in to change notification settings - Fork 59
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
Please make a new release and publish to crates.io #52
Comments
Would it be possible to automate this via an github action? Say when the version is bumped on the default branch? |
env_logger 0.10.0 was just released that resolved a soundness issue by switching from Please release a new version so cargo and other tools can remove their dependency on |
This removes one path to `atty`. Others: - clap: fixed in 4.0.27 - pretty-env-logger: seanmonstar/pretty-env-logger#52 needs to be resolved first - snapbox: this will be fixed soonish but is also only a test dependency - direct dependency This is part of rust-lang#11416
chore: Upgrade to env_logger This removes one path to `atty`. Others: - clap: fixed in 4.0.27 - pretty-env-logger: seanmonstar/pretty-env-logger#52 needs to be resolved first - snapbox: this will be fixed soonish but is also only a test dependency - direct dependency This is part of #11416
This removes one path to `atty`. Others: - clap: fixed in 4.0.27 - pretty-env-logger: seanmonstar/pretty-env-logger#52 needs to be resolved first - snapbox: this will be fixed soonish but is also only a test dependency - direct dependency This is part of rust-lang#11416
chore: Upgrade to env_logger This removes one path to `atty`. Others: - clap: fixed in 4.0.27 - pretty-env-logger: seanmonstar/pretty-env-logger#52 needs to be resolved first - snapbox: this will be fixed soonish but is also only a test dependency - direct dependency This is part of #11416
Seconding the need for a new release on crates.io. @seanmonstar ? |
Just published 0.5.0, depending on env-logger 0.10. |
Currently,
env-logger
has been updated to 0.9.0, maybe it's time to release a new version. :)The text was updated successfully, but these errors were encountered: