Skip to content

Commit fd9326f

Browse files
epagetorhovland
andauthored
fix: Typo
Co-authored-by: Tor Hovland <55164+torhovland@users.noreply.github.com>
1 parent 9447d44 commit fd9326f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2024-08-15-this-development-cycle-in-cargo-1.81.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ and working on adding `cargo update --precise <breaking>`
230230
([#14140](https://github.com/rust-lang/cargo/pull/14140)).
231231
This has uncovered a lot of UX decisions that were left unspecified in
232232
[#12425](https://github.com/rust-lang/cargo/issues/12425)
233-
that juxtopose different workflows against each other and against the non-breaking behavior of `cargo update`, including
233+
that juxtapose different workflows against each other and against the non-breaking behavior of `cargo update`, including
234234
- Should `cargo update --precise <breaking>` only apply to direct dependencies or also to transitive dependencies (which would error)? This gets strange when you have both a direct and transitive path to a dependency. Should we only update one of them or error?
235235
- How free should cargo be to updating other dependencies to allow a breaking update to occur? Currently, `--precise` only allows the dependency you specified to be updated unless you pass `--recursive`. Its likely that a breaking change will have a cascading effect.
236236

0 commit comments

Comments
 (0)