Overview
| Comment: | change default rust toolchain action |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
e9d3c3d224fe9edd408493ba9f9383bf |
| User & Date: | arcade on 2026-01-06 13:06:08.321 |
| Other Links: | manifest | tags |
Context
|
2026-01-06
| ||
| 13:07 | add more docstrings (by CodeRabbit), properly process dublin extension dates check-in: 704bf85f8c user: arcade tags: trunk | |
| 13:06 | change default rust toolchain action check-in: e9d3c3d224 user: arcade tags: trunk | |
| 12:17 | make token return error on failure, be sync, add docs (by CodeRabbit) check-in: b23050a4ea user: arcade tags: trunk | |
Changes
Modified .github/workflows/rust-clippy.yml
from [e10564cc73]
to [589584ce6a].
| ︙ | ︙ | |||
14 15 16 17 18 19 20 |
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install Rust toolchain
| | < < | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Run tests
run: cargo test --all-targets --all-features
- name: Run rust-clippy
|
| ︙ | ︙ |