Fix sparse index in cargo config

This commit is contained in:
B. Blechschmidt 2023-04-10 10:31:41 +02:00
parent 14279a482c
commit 1a53e2bb52
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
[registries.cratees-io] [registries.crates-io]
protocol = "sparse" protocol = "sparse"
[build] [build]

1
.gitignore vendored
View file

@ -4,6 +4,7 @@ tmp/
*.secret *.secret
*.iml *.iml
!/.github !/.github
!/.cargo
/target /target
Cargo.lock Cargo.lock
manual-test.sh manual-test.sh