X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitmodules;h=6cd704b3703760d0ab5599e5098dd3a02e8fbce8;hb=e02ada6d383459f372ab6f277f25e5e986a60ed8;hp=37dbb30c82a8f444aef99ce953007560a47db7b7;hpb=032510bae206a789ce9a18f1c8d692f6120591ab;p=rust.git diff --git a/.gitmodules b/.gitmodules index 37dbb30c82a..6cd704b3703 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,13 +2,6 @@ path = src/llvm url = https://github.com/rust-lang/llvm.git branch = master -[submodule "src/libuv"] - path = src/libuv - url = https://github.com/rust-lang/libuv.git - branch = master -[submodule "src/gyp"] - path = src/gyp - url = https://github.com/rust-lang/gyp.git [submodule "src/compiler-rt"] path = src/compiler-rt url = https://github.com/rust-lang/compiler-rt.git @@ -18,3 +11,6 @@ [submodule "src/jemalloc"] path = src/jemalloc url = https://github.com/rust-lang/jemalloc.git +[submodule "src/rust-installer"] + path = src/rust-installer + url = https://github.com/rust-lang/rust-installer