Bug: cannot run cargo any-command --all-features
with log
version 0.4.22
#169
Labels
bug
Something isn't working
log
version0.4.22
will produce a compiler error if multiplemax_level_*
features are specified. As corresponding features exists inaxfeat
,axstd
andaxlog
,cargo any-command --all-features
will result in unavoidable compiler error.Workarounds:
log
to0.4.21
, or--exclude axlog --exclude axstd --exclude axfeat
.The text was updated successfully, but these errors were encountered: