Update Rust toolchain to 2022-03-18

Match the toolchain used by Redox.

Update dependencies and submodules to fix building.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2022-04-04 13:11:27 -06:00
committed by Jeremy Soller
parent 700f9e3756
commit 5780bb5e83
4 changed files with 17 additions and 17 deletions

View File

@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2021-06-15"
channel = "nightly-2022-03-18"
components = ["rust-src"]