krata: unvendor dependencies

This commit is contained in:
Alex Zenla 2024-04-01 15:45:43 -07:00
parent 0fd32e84cd
commit d433cd49e2
No known key found for this signature in database
GPG Key ID: 067B238899B51269
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +0,0 @@
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"

View File

@ -4,3 +4,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"

View File

@ -16,6 +16,8 @@ jobs:
TARGET_ARCH: "${{ matrix.arch }}"
name: server ${{ matrix.arch }}
steps:
- run: git config --global core.autocrlf false && git config --global core.eol lf
if: ${{ matrix.platform.os == 'windows' }}
- uses: actions/checkout@v4
with:
submodules: recursive

1
vendor

@ -1 +0,0 @@
Subproject commit f244a4010d2ddf11e6dff6705c77a082f0647512