From d433cd49e2c4ef4d104798d9e1eafbd0f04fd86f Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Mon, 1 Apr 2024 15:45:43 -0700 Subject: [PATCH] krata: unvendor dependencies --- .cargo/config.toml | 5 ----- .github/dependabot.yml | 4 ++++ .github/workflows/nightly.yml | 2 ++ vendor | 1 - 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .cargo/config.toml delete mode 160000 vendor diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index 0236928..0000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,5 +0,0 @@ -[source.crates-io] -replace-with = "vendored-sources" - -[source.vendored-sources] -directory = "vendor" diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 759819d..273f8cc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "daily" +- package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "daily" diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 0971886..6dbe573 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 diff --git a/vendor b/vendor deleted file mode 160000 index f244a40..0000000 --- a/vendor +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f244a4010d2ddf11e6dff6705c77a082f0647512