Skip to content
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

fix(doc): Fix env_logger version is outdated in readme doc #306

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

rhysd
Copy link
Contributor

@rhysd rhysd commented Feb 7, 2024

No description provided.

README.md Outdated
@@ -82,7 +82,7 @@ Tests can use the `env_logger` crate to see log messages generated during that t
log = "0.4.0"

[dev-dependencies]
env_logger = "0.10.0"
env_logger = "0.11.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead, could you replace this with cargo add commands so we don't have to ensure this is updated

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I force-pushed the change at a0ca897.

Signed-off-by: rhysd <lin90162@yahoo.co.jp>
@epage epage merged commit 38e1adb into rust-cli:main Feb 7, 2024
11 of 12 checks passed
@epage
Copy link
Contributor

epage commented Feb 7, 2024

Thanks!

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.

None yet

2 participants