Cargo.toml: add default-features = false to reduce unused dependency #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "reduce-deps"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Disabled some unused default features in the dependency crate.
This change reduces the number of dependency crates and thus compile time.
Before this change:
After this change: