mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
Opt in to new sparse index handling
https://blog.rust-lang.org/inside-rust/2023/01/30/cargo-sparse-protocol.html
This commit is contained in:
parent
70ce584d63
commit
f3147ce727
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
[registries.crates-io]
|
||||
protocol = "sparse"
|
||||
|
||||
[env]
|
||||
STRINGS_JSON = { value = "out/rslib/i18n/strings.json", relative = true }
|
||||
# build script will append .exe if necessary
|
||||
|
|
Loading…
Reference in a new issue