Update rust to nightly-2023-09-07

This commit is contained in:
Jeremy Soller 2023-09-07 20:13:54 -06:00
parent f196ddf764
commit 48d494f06a
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
7 changed files with 7 additions and 7 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-2023-01-21
branch = redox-2023-09-07
[submodule "redoxfs"]
path = redoxfs
url = https://gitlab.redox-os.org/redox-os/redoxfs.git

@ -1 +1 @@
Subproject commit a006f0a50c57104bfaeee5d9bc9bd2f9ba0bf203
Subproject commit ed152f23cda83dc00f7fb113f04adff1e751ac94

@ -1 +1 @@
Subproject commit 7a85c439744bee3c79efc69c6f99ad32be82afe1
Subproject commit d61b30de3f988630ed47acf8dd438ffe5c810bd5

@ -1 +1 @@
Subproject commit 54341680ec33e2f759e4e1f2de93e81a6dec3d32
Subproject commit 985d6e815c9516db2c5200c250cc251076fe60c6

2
relibc

@ -1 +1 @@
Subproject commit 3359d4a0406417ab6695cd6b622bb49124c7d8b5
Subproject commit a9042abdb9533dba04a8e5707d850edcfb83a6ce

2
rust

@ -1 +1 @@
Subproject commit 2c5014ed911b5bfea6f7c5f9955054c8b4b918c7
Subproject commit 09eb919ce533ac8565086feafcb989f5afc544a3

View file

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