bitmap-font
bitmap-font copied to clipboard
Update simple_logger requirement from 4.0 to 5.0
Updates the requirements on simple_logger to permit the latest version.
Release notes
Sourced from simple_logger's releases.
v5.0.0
What's Changed
- Fix stderr color dependence on stdout by
@spoutn1kin borntyping/rust-simple_logger#91
- When using the
stderrandcolorsfeatures, logs will be printed in colour even when STDOUT is redirected.- Fixes #71.
- This also cleans up the feature names used in the code. All references should now be to the
colorsfeature, not thecoloreddependency.- Removed
set_up_color_terminalfrom the public API. This has been called byinit()for a while now.New Contributors
@spoutn1kmade their first contribution in borntyping/rust-simple_logger#91Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v4.3.3...v5.0.0
Commits
fb96a82Release 5.0.01fb7ee6Tidy up handling of stderr+colors4c461f7Merge pull request #91 from spoutn1k/main169b958Rename colored feature to proper colors featureb289a46Override colored choices when running with stderrf12a2b3Fix cargo lint errors5f1cfd9Ensure module_levels is always sorted50729f3Add notes on project status to the README88e583eTidy up READMEa3ae008Fix linter errors- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)