File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -646,8 +646,15 @@ fn same_requirements(
646646}
647647
648648pub struct DependencyManagerConfig {
649+ /// In `Prod` mode, dev dependencies are not considered during the executed operation.
650+ /// Otherwise (`Dev` or `Lsp`), all dependencies are considered
649651 pub mode : Mode ,
652+ // If `Yes` we read the manifest from disc. If not set then we ignore any
653+ // manifest which will result in the latest versions of the dependency
654+ // packages being resolved (not the locked ones).
650655 pub use_manifest : UseManifest ,
656+ /// When set to `Yes`, the cli will check for major version updates of direct dependencies and
657+ /// print them to the console if the major versions are not upgradeable due to constraints.
651658 pub check_major_versions : CheckMajorVersions ,
652659}
653660
You can’t perform that action at this time.
0 commit comments