File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,12 @@ generated if dev-dependencies are skipped.
44
44
* Original Issue: [ #4100 ] ( https://github.com/rust-lang/cargo/issues/4100 )
45
45
* Tracking Issue: [ #5657 ] ( https://github.com/rust-lang/cargo/issues/5657 )
46
46
47
+ > Note: It is not recommended to use this feature. Because it enforces minimal
48
+ > versions for all transitive dependencies, its usefulness is limited since
49
+ > not all external dependencies declare proper lower version bounds. It is
50
+ > intended that it will be changed in the future to only enforce minimal
51
+ > versions for direct dependencies.
52
+
47
53
When a ` Cargo.lock ` file is generated, the ` -Z minimal-versions ` flag will
48
54
resolve the dependencies to the minimum semver version that will satisfy the
49
55
requirements (instead of the greatest version).
You can’t perform that action at this time.
0 commit comments