We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38ca2d commit d94ce9fCopy full SHA for d94ce9f
src/cargo/core/resolver/resolve.rs
@@ -46,8 +46,10 @@ pub struct Resolve {
46
summaries: HashMap<PackageId, Summary>,
47
}
48
49
-/// A version to indicate how a `Cargo.lock` should be serialized. Currently
50
-/// [V3 is the default](ResolveVersion::default) when creating a new lockfile.
+/// A version to indicate how a `Cargo.lock` should be serialized.
+///
51
+/// When creating a new lockfile, the default version defined in
52
+/// [`ResolveVersion::default`] is used.
53
/// If an old version of lockfile already exists, it will stay as-is.
54
///
55
/// It's theorized that we can add more here over time to track larger changes
0 commit comments