Closed barabadzhi closed 4 years ago
What do you think @ferristseng?
Why change the dependencies to exact requirements? Shouldn't that be the library user's choice through Cargo.lock
& their own Cargo.toml
?
@sameer not exactly.
The user is not directly choosing versions of its dependencies' dependencies. Instead, if the version is loosely specified it can be shared on compilation stage. It provides minor advantage of possibly less size of the download, but can case collisions and regressions from time to time (rearly, if you are lucky).
#
from README