From e3b634a8056deb91a96b40413050ab4de3d0825d Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 5 Jun 2023 21:37:02 +1000 Subject: [PATCH] Update to Rust 1.70 Sparse registry is now the default --- .cargo/config.toml | 3 --- rust-toolchain.toml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 0222138d7..838b8d683 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,3 @@ -[registries.crates-io] -protocol = "sparse" - [env] STRINGS_JSON = { value = "out/rslib/i18n/strings.json", relative = true } # build script will append .exe if necessary diff --git a/rust-toolchain.toml b/rust-toolchain.toml index fdfb9d7fd..03f49d484 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] # older versions may fail to compile; newer versions may fail the clippy tests -channel = "1.68.2" +channel = "1.70"