can someone explain why CI is failing here? ```❯ g...
# daft-dev
a
can someone explain why CI is failing here?
Copy code
❯ git diff --ignore-all-space main --stat -- src/arrow2
returns nothing
image.png
cargo machete
detects unused crates in
./src/arrow2
even though there is nothing changes between
main
and my branch
think this is a breaking change in machete
Copy code
cargo +stable install cargo-machete
should instead install a specific version
I will make a PR
j
👍