You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
paupino
changed the title
Optional dependencies like "borsh" is pulled in with default-features
Disabled optional weak dependencies like "borsh" are pulled in with default-features
Apr 28, 2023
I did a bit of digging around and see that there is an open cargo issue tracking this behavior here: rust-lang/cargo#10801. The good news is that it looks like it has a PR to fix it open.
I have a crate that just specifies
That will end up having optional feature dependencies in the Cargo.lock
This matches the std feature of rust_decimal (regardless of "?" sign)
How can I remove those unnecessary dependencies?
The text was updated successfully, but these errors were encountered: