X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitmodules;h=f64e21c5af0e4dec0382ff2261b8354f9a27b246;hb=e16bede3f503b85685e80b39942fbc0b0e11a721;hp=dd74d49828f757f514482b237e4b98bc3853264a;hpb=95ef5eb3af24bf0c00d6970dc93fd71aecff51d3;p=rust.git diff --git a/.gitmodules b/.gitmodules index dd74d49828f..f64e21c5af0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,9 +31,9 @@ [submodule "src/llvm-emscripten"] path = src/llvm-emscripten url = https://github.com/rust-lang/llvm.git -[submodule "src/stdsimd"] - path = src/stdsimd - url = https://github.com/rust-lang-nursery/stdsimd.git +[submodule "src/stdarch"] + path = src/stdarch + url = https://github.com/rust-lang/stdarch.git [submodule "src/doc/rustc-guide"] path = src/doc/rustc-guide url = https://github.com/rust-lang/rustc-guide.git @@ -43,7 +43,7 @@ [submodule "src/llvm-project"] path = src/llvm-project url = https://github.com/rust-lang/llvm-project.git - branch = rustc/8.0-2019-03-18 + branch = rustc/9.0-2019-07-12 [submodule "src/doc/embedded-book"] path = src/doc/embedded-book url = https://github.com/rust-embedded/book.git