X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitmodules;h=6cd704b3703760d0ab5599e5098dd3a02e8fbce8;hb=61cbc84480e4d3bf525836cef715ad2a904452f4;hp=37dbb30c82a8f444aef99ce953007560a47db7b7;hpb=edae0bdabf75b6acf4f0f0eb5bc2bd3b29d58b81;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