Merge branch 'index-crate-shallow' into 'master'

Use shallow clone for crates.io index

See merge request redox-os/cookbook!544
This commit is contained in:
Jeremy Soller 2025-07-13 06:47:47 -06:00
commit 6c3cc83f6d

View File

@ -1,5 +1,6 @@
[source]
git = "https://github.com/rust-lang/crates.io-index.git"
shallow_clone = true
[build]
template = "custom"