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

Select log version 0.4 #652

Merged
merged 1 commit into from Sep 26, 2022
Merged

Select log version 0.4 #652

merged 1 commit into from Sep 26, 2022

Conversation

david-monroe
Copy link
Contributor

@david-monroe david-monroe commented Sep 23, 2022

0.* is essentially the same as * since 0.1, 0.2, etc. do not have to have a compatible API. Every other crate using logging depends on 0.4. Do the same here for consistency.

Using 0.* is also incompatible with -Z minimal-versions because it selects 0.1 which does not compile with any post 1.0 rust compiler.

`0.*` selects is essentially the same as `*` since `0.1`, `0.2`, etc. do
not have to have a compatible API. Every other crate using logging
depends on `0.4`. Do the same here for consistency.

Using `0.*` is also incompatible with `-Z minimal-versions` because it
selects `0.1` which does not compile with any post 1.0 rust compiler.
@stepancheg stepancheg merged commit 3d7de49 into stepancheg:master Sep 26, 2022
@stepancheg
Copy link
Owner

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