4 Commits

Author SHA1 Message Date
Dreaded_X d34351f692 chore(deps): Update dependencies
Audit / cargo audit (push) Successful in 3m42s
CI / prek (push) Failing after 2m32s
CI / cargo shear (push) Successful in 1m42s
2026-04-03 05:41:09 +02:00
Dreaded_X 3c268ddb48 chore: Disable building tests 2026-04-03 05:39:43 +02:00
Dreaded_X d061ecdc5e chore: Disable request features to reduce binary size 2026-04-03 05:39:40 +02:00
Dreaded_X 92aa36ab67 chore: Setup workflows 2026-04-03 05:34:23 +02:00
2 changed files with 1 additions and 4 deletions
-1
View File
@@ -7,7 +7,6 @@ on:
- "**/Cargo.lock" - "**/Cargo.lock"
schedule: schedule:
- cron: "0 0 * * *" - cron: "0 0 * * *"
workflow_call:
jobs: jobs:
audit: audit:
+1 -3
View File
@@ -4,7 +4,7 @@ on:
branches: branches:
- "*" - "*"
pull_request: pull_request:
workflow_call: workflow_dispatch:
jobs: jobs:
prek: prek:
@@ -13,8 +13,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@nightly - uses: dtolnay/rust-toolchain@nightly
with:
components: fmt, clippy
- uses: j178/prek-action@v2 - uses: j178/prek-action@v2
cargo-shear: cargo-shear: