update dependencies

This commit is contained in:
yggverse 2025-09-08 14:39:40 +03:00
parent cd7a182fc2
commit b157171cc5

View file

@ -17,11 +17,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run rustfmt - run: rustup update
run: cargo fmt --all -- --check - run: cargo update
- name: Run clippy - run: cargo fmt --all -- --check
run: cargo clippy --all-targets - run: cargo clippy --all-targets
- name: Build - run: cargo build --verbose
run: cargo build --verbose - run: cargo test --verbose
- name: Run tests
run: cargo test --verbose