Description
It takes an awful lot of work to compile feather. It'd be nice to see if there's any fat we can trim.
I'm starting with using cargo-tree to check out the dependency tree.
target-lexicon:0.11.2 may be able to be updated to 0.12.2, removing duplication (aw shucks, it wasn't in the main build)
Description
It takes an awful lot of work to compile feather. It'd be nice to see if there's any fat we can trim.
I'm starting with using
cargo-treeto check out the dependency tree.target-lexicon:0.11.2may be able to be updated to0.12.2, removing duplication (aw shucks, it wasn't in the main build)