From 9a7e8a14a167abc6d3027e97dd081a027b376366 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Wed, 15 Mar 2023 12:50:04 +0000 Subject: [PATCH] [EXPERIMENT] using my branch to test --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e79f2f089c1ed..687389b5f6c0e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,8 @@ url = https://github.com/rust-lang/nomicon.git [submodule "src/tools/cargo"] path = src/tools/cargo - url = https://github.com/rust-lang/cargo.git + url = https://github.com/weihanglo/cargo.git + branch = make-cargo-a-workspace [submodule "src/doc/reference"] path = src/doc/reference url = https://github.com/rust-lang/reference.git