Update Rust to nightly-2023-01-21
This commit is contained in:
parent
f52ec7e30f
commit
0427f3ff8c
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -9,7 +9,7 @@
|
||||||
[submodule "rust"]
|
[submodule "rust"]
|
||||||
path = rust
|
path = rust
|
||||||
url = https://gitlab.redox-os.org/redox-os/rust.git
|
url = https://gitlab.redox-os.org/redox-os/rust.git
|
||||||
branch = redox-2022-03-18
|
branch = redox-2023-01-21
|
||||||
[submodule "redoxfs"]
|
[submodule "redoxfs"]
|
||||||
path = redoxfs
|
path = redoxfs
|
||||||
url = https://gitlab.redox-os.org/redox-os/redoxfs.git
|
url = https://gitlab.redox-os.org/redox-os/redoxfs.git
|
||||||
|
|
|
@ -151,6 +151,7 @@ else
|
||||||
"$</configure" \
|
"$</configure" \
|
||||||
--prefix="/" \
|
--prefix="/" \
|
||||||
--disable-docs \
|
--disable-docs \
|
||||||
|
--disable-download-ci-llvm \
|
||||||
--enable-cargo-native-static \
|
--enable-cargo-native-static \
|
||||||
--enable-extended \
|
--enable-extended \
|
||||||
--enable-lld \
|
--enable-lld \
|
||||||
|
@ -240,6 +241,7 @@ else
|
||||||
"$</configure" \
|
"$</configure" \
|
||||||
--prefix="/" \
|
--prefix="/" \
|
||||||
--disable-docs \
|
--disable-docs \
|
||||||
|
--disable-download-ci-llvm \
|
||||||
--enable-cargo-native-static \
|
--enable-cargo-native-static \
|
||||||
--enable-dist-src \
|
--enable-dist-src \
|
||||||
--enable-extended \
|
--enable-extended \
|
||||||
|
|
2
relibc
2
relibc
|
@ -1 +1 @@
|
||||||
Subproject commit a37916101fbe8061704c1fc5079021b20789e318
|
Subproject commit 0bd476d28af204c34c62cb3e7b5e4c660838d59b
|
2
rust
2
rust
|
@ -1 +1 @@
|
||||||
Subproject commit d30df15f622c711ab9b27f487e6bde67075a6e44
|
Subproject commit 08f61d4025be0ecba7e66bb136434f72c8af3fe9
|
|
@ -1 +0,0 @@
|
||||||
nightly-2022-03-18
|
|
3
rust-toolchain.toml
Normal file
3
rust-toolchain.toml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[toolchain]
|
||||||
|
channel = "nightly-2023-01-21"
|
||||||
|
components = ["rust-src"]
|
Loading…
Reference in a new issue