Luca Palmieri
Luca Palmieri
Done - the change should have been released with `0.1.40` 😁
Can you share your `Cargo.toml`? @aesteve
Ok, the issue is related to this line: https://github.com/aesteve/buska/blob/33414b1c1c0ea15d2f42ac29476129352af0edf4/cli/Cargo.toml#L3 It will take a bit more work to sort this one out I think, based on how `cargo-chef` works. Basically, we...
I have implemented the missing pieces in `0.1.43`/`0.1.44`. I can confirm that your branch builds correctly @aesteve 👌🏻 We should have everything needed to support the inheritance features stabilised in...
Thanks for reporting! It should be fixed in `0.1.31`.
That's correct, we do not supporting globbing syntax at the moment. A PR would be welcome!
@rustbot label -S-waiting-on-author +S-waiting-on-review
r? @jyn514
Thank you for guiding me through it @jyn514!
I've added a check before attempting the deletion (alternatively I can add `try_remove_dir` method and handle the error that is returned). @rustbot label -S-waiting-on-author +S-waiting-on-review