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

Bug: cannot run cargo any-command --all-features with log version 0.4.22 #169

Open
aarkegz opened this issue Aug 27, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@aarkegz
Copy link
Contributor

aarkegz commented Aug 27, 2024

log version 0.4.22 will produce a compiler error if multiple max_level_* features are specified. As corresponding features exists in axfeat, axstd and axlog, cargo any-command --all-features will result in unavoidable compiler error.

Workarounds:

  • Lock log to 0.4.21, or
  • --exclude axlog --exclude axstd --exclude axfeat.
@aarkegz aarkegz added the bug Something isn't working label Aug 27, 2024
@aarkegz aarkegz self-assigned this Aug 27, 2024
@aarkegz
Copy link
Contributor Author

aarkegz commented Oct 20, 2024

Locked in #189.

hky1999 pushed a commit to arceos-hypervisor/arceos that referenced this issue Oct 20, 2024
buhenxihuan pushed a commit to buhenxihuan/arceos that referenced this issue Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant