mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -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]
|
[env]
|
||||||
STRINGS_JSON = { value = "out/rslib/i18n/strings.json", relative = true }
|
STRINGS_JSON = { value = "out/rslib/i18n/strings.json", relative = true }
|
||||||
# build script will append .exe if necessary
|
# build script will append .exe if necessary
|
||||||
|
|
Loading…
Reference in a new issue