Skip to content

Commit b643f64

Browse files
epagetorhovland
andauthored
Fix typo
Co-authored-by: Tor Hovland <[email protected]>
1 parent 992cb6a commit b643f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2024-06-19-this-development-cycle-in-cargo-1.80.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ In [#13979](https://github.com/rust-lang/cargo/pull/13979), [torhovland](https:/
250250
- Must use `^` version requirement operator (the default)
251251
- Must not be renamed as those tend to be used to allow multiple versions of the same package and the user likely doesn't want the version changed
252252
- Can further limit to specific dependencies by naming them
253-
2. Reconcole the lockfile with these new version requirements
253+
2. Reconcile the lockfile with these new version requirements
254254
3. Write out the new version requirements, preserving the precision used in the original requirement (e.g. `1.0` would be upgraded to `2.0`, not `2.0.5`)
255255

256256
This is available to use as of nightly TODO

0 commit comments

Comments
 (0)