Merge branch 'main' into spring-cleanup

This commit is contained in:
raf 2025-10-03 11:24:08 +03:00 committed by GitHub
commit 6d4811beb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 37 deletions

View file

@ -25,7 +25,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

View file

@ -13,8 +13,7 @@ jobs:
cargo-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Build
run: cargo build --verbose