We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dc1dea + 4bf2695 commit 33d343bCopy full SHA for 33d343b
src/doc/src/guide/cargo-toml-vs-cargo-lock.md
@@ -35,7 +35,7 @@ regex = { git = "https://github.com/rust-lang/regex.git" }
35
This package has a single dependency, on the `regex` library. We’ve stated in
36
this case that we’re relying on a particular Git repository that lives on
37
GitHub. Since we haven’t specified any other information, Cargo assumes that
38
-we intend to use the latest commit on the `master` branch to build our package.
+we intend to use the latest commit on the default branch to build our package.
39
40
Sound good? Well, there’s one problem: If you build this package today, and
41
then you send a copy to me, and I build this package tomorrow, something bad
0 commit comments