mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-31 21:49:52 +00:00
chore: add .cargo/config.toml with git registry protocol
Uses git protocol for crates.io registry to work around sparse-registry 503 DNS cache overflow errors in the build environment. https://claude.ai/code/session_0173QrGBttNDWcVXXh4P17if
This commit is contained in:
parent
620e0e5282
commit
0b4eab11f4
1 changed files with 5 additions and 0 deletions
5
.cargo/config.toml
Normal file
5
.cargo/config.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
[net]
|
||||||
|
git-fetch-with-cli = true
|
||||||
|
|
||||||
|
[registries.crates-io]
|
||||||
|
protocol = "git"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue