Updated dependencies + pipelines
Some checks failed
Continuous integration / Rustfmt (push) Waiting to run
Continuous integration / build (push) Waiting to run
Continuous integration / Check (push) Successful in 52s
Continuous integration / Test Suite (push) Has been cancelled

This commit is contained in:
2024-11-20 20:13:28 +00:00
parent 0ba3fcd8de
commit 33a50cc85f
3 changed files with 10 additions and 6 deletions

View File

@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache: false
- run: cargo check
test:

View File

@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache: false
- run: cargo check
test: