Closed davidlattimore closed 2 months ago
The wild binary crate listed several dependencies that it didn't use directly. Notably, this fixes a compilation failure when running cargo build -p wild_lib due to the env-filter not being enabled.
cargo build -p wild_lib
env-filter
The wild binary crate listed several dependencies that it didn't use directly. Notably, this fixes a compilation failure when running
cargo build -p wild_lib
due to theenv-filter
not being enabled.