We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f4ce3 commit d0371b8Copy full SHA for d0371b8
.gitmodules
@@ -6,7 +6,8 @@
6
url = https://github.com/rust-lang/nomicon.git
7
[submodule "src/tools/cargo"]
8
path = src/tools/cargo
9
- url = https://github.com/rust-lang/cargo.git
+ url = https://github.com/weihanglo/cargo.git
10
+ branch = registry-src-readonly
11
[submodule "src/doc/reference"]
12
path = src/doc/reference
13
url = https://github.com/rust-lang/reference.git
src/tools/cargo
0 commit comments