add cargo update

This commit is contained in:
yggverse 2025-08-02 12:26:07 +03:00
parent 27e22000a4
commit de24ca1be3

View file

@ -18,6 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rustup update
- run: cargo update
- run: cargo fmt --all -- --check
- run: cargo clippy --all-targets
- run: cargo build --verbose