Update Rust toolchain to 2021-06-15

Update toolchain to match the version used in Redox.

Update dependencies to fix build.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2021-10-18 12:21:10 -06:00
committed by Jeremy Soller
parent 9fa83ad359
commit 975377af42
3 changed files with 53 additions and 53 deletions

3
rust-toolchain.toml Normal file
View File

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