mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 13:50:48 +00:00
c5d2ed54a3
This commit removes the libuv and gyp submodules, as well as all build infrastructure related to them. For more context, see the [runtime removal RFC](https://github.com/rust-lang/rfcs/pull/230) [breaking-change]
13 lines
405 B
Text
13 lines
405 B
Text
[submodule "src/llvm"]
|
|
path = src/llvm
|
|
url = https://github.com/rust-lang/llvm.git
|
|
branch = master
|
|
[submodule "src/compiler-rt"]
|
|
path = src/compiler-rt
|
|
url = https://github.com/rust-lang/compiler-rt.git
|
|
[submodule "src/rt/hoedown"]
|
|
path = src/rt/hoedown
|
|
url = https://github.com/rust-lang/hoedown.git
|
|
[submodule "src/jemalloc"]
|
|
path = src/jemalloc
|
|
url = https://github.com/rust-lang/jemalloc.git
|