File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ structure that is saved to the lock file. If there is no lock file,
64
64
Cargo constructs a resolve by finding a graph of packages which
65
65
matches declared dependency specification according to semver.
66
66
67
- [ `Config` ] : https://docs.rs/cargo/0.33.0 /cargo/util/config/struct.Config.html
68
- [ `shell` ] : https://docs.rs/cargo/0.33.0 /cargo/util/config/struct.Config.html#method.shell
69
- [ `Workspace` ] : https://docs.rs/cargo/0.33.0 /cargo/core/struct.Workspace.html
70
- [ `Package` ] : https://docs.rs/cargo/0.33.0 /cargo/core/package/struct.Package.html
71
- [ `Target` ] : https://docs.rs/cargo/0.33.0 /cargo/core/manifest/struct.Target.html
72
- [ `PackageId` ] : https://docs.rs/cargo/0.33.0 /cargo/core/package_id/struct.PackageId.html
73
- [ `Resolve` ] : https://docs.rs/cargo/0.33.0 /cargo/core/struct.Resolve.html
67
+ [ `Config` ] : https://docs.rs/cargo/latest /cargo/util/config/struct.Config.html
68
+ [ `shell` ] : https://docs.rs/cargo/latest /cargo/util/config/struct.Config.html#method.shell
69
+ [ `Workspace` ] : https://docs.rs/cargo/latest /cargo/core/struct.Workspace.html
70
+ [ `Package` ] : https://docs.rs/cargo/latest /cargo/core/package/struct.Package.html
71
+ [ `Target` ] : https://docs.rs/cargo/latest /cargo/core/manifest/struct.Target.html
72
+ [ `PackageId` ] : https://docs.rs/cargo/latest /cargo/core/package_id/struct.PackageId.html
73
+ [ `Resolve` ] : https://docs.rs/cargo/latest /cargo/core/struct.Resolve.html
74
74
75
75
76
76
## Persistence
You can’t perform that action at this time.
0 commit comments