mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Update to Rust 1.70
Sparse registry is now the default
This commit is contained in:
parent
3a32e4b1bd
commit
e3b634a805
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue