Closed pprkut closed 1 year ago
What's actually a bit annoying is that it stops after that error. It would be nice that, even if it encounters a lib that can't be replaced, that it just skips it and moves on with the rest.
Hmm. Yes, perhaps one approach we could take is actually to not try to rewrite Cargo.toml
at all, and just neuter the sources...will look at that.
Marking this as a dup of https://github.com/coreos/cargo-vendor-filterer/issues/32 which will fix this issue.
This is probably similar to #32
I tried running
vendor-filterer
on https://github.com/nushell/nushell/ with this config:and get this error:
What's actually a bit annoying is that it stops after that error. It would be nice that, even if it encounters a lib that can't be replaced, that it just skips it and moves on with the rest.