Update Rust toolchain to 2023-01-21

Update the toolchain and deps, and use the sparse registry access.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2023-02-14 13:45:32 -07:00
committed by Jeremy Soller
parent 96b2d78c2e
commit 1046dd7aec
3 changed files with 10 additions and 7 deletions

View File

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