diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 336e972..5251d0f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "cargo" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a3a5b3..ef9bbd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,4 +169,4 @@ jobs: CARGO_BUILD_RUSTFLAGS: "-C link-arg=-fuse-ld=lld" RUST_BACKTRACE: 1 CARGO_INCREMENTAL: 0 - UNITTEST_LOG_DIR: "__unittest_logs" \ No newline at end of file + UNITTEST_LOG_DIR: "__unittest_logs"