You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you do want to update a crate, Cargo provides the command update, which will ignore the Cargo.lock file and figure out all the latest versions that fit your specifications in Cargo.toml. Cargo will then write those versions to the Cargo.lock file. Otherwise, by default, Cargo will only look for versions greater than 0.8.3 and less than 0.9.0.
It's unclear what the "otherwise" refers to. One might think the sentence describes what happens when the command isn't used, but that would be incorrect.
Suggested fix:
Drop the "otherwise".
The text was updated successfully, but these errors were encountered:
main
branch to see if this has already been fixed, in this file:URL to the section(s) of the book with this problem:
https://doc.rust-lang.org/stable/book/ch02-00-guessing-game-tutorial.html#updating-a-crate-to-get-a-new-version
Description of the problem:
It's unclear what the "otherwise" refers to. One might think the sentence describes what happens when the command isn't used, but that would be incorrect.
Suggested fix:
Drop the "otherwise".
The text was updated successfully, but these errors were encountered: