Update to Rust 1.70

Sparse registry is now the default
This commit is contained in:
Damien Elmes 2023-06-05 21:37:02 +10:00
parent 3a32e4b1bd
commit e3b634a805
2 changed files with 1 additions and 4 deletions

View file

@ -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

View file

@ -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"