Update Rust to nightly-2023-01-21

This commit is contained in:
Jeremy Soller 2023-02-11 14:01:00 -07:00
parent f52ec7e30f
commit 0427f3ff8c
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
6 changed files with 8 additions and 4 deletions

2
.gitmodules vendored
View file

@ -9,7 +9,7 @@
[submodule "rust"]
path = rust
url = https://gitlab.redox-os.org/redox-os/rust.git
branch = redox-2022-03-18
branch = redox-2023-01-21
[submodule "redoxfs"]
path = redoxfs
url = https://gitlab.redox-os.org/redox-os/redoxfs.git

View file

@ -151,6 +151,7 @@ else
"$</configure" \
--prefix="/" \
--disable-docs \
--disable-download-ci-llvm \
--enable-cargo-native-static \
--enable-extended \
--enable-lld \
@ -240,6 +241,7 @@ else
"$</configure" \
--prefix="/" \
--disable-docs \
--disable-download-ci-llvm \
--enable-cargo-native-static \
--enable-dist-src \
--enable-extended \

2
relibc

@ -1 +1 @@
Subproject commit a37916101fbe8061704c1fc5079021b20789e318
Subproject commit 0bd476d28af204c34c62cb3e7b5e4c660838d59b

2
rust

@ -1 +1 @@
Subproject commit d30df15f622c711ab9b27f487e6bde67075a6e44
Subproject commit 08f61d4025be0ecba7e66bb136434f72c8af3fe9

View file

@ -1 +0,0 @@
nightly-2022-03-18

3
rust-toolchain.toml Normal file
View file

@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2023-01-21"
components = ["rust-src"]