Check-in [699bd9270f]
Logged in as anonymous
Overview
Comment:bump
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 699bd9270f15cf0bfe97bbc57cf75b5b14176982b04035c19890f828cd1d22e8
User & Date: arcade on 2026-01-02 12:16:22.608
Other Links: manifest | tags
Context
2026-01-06
08:53
update clippy config check-in: 32b2d1d28d user: arcade tags: trunk
2026-01-02
12:16
bump check-in: 699bd9270f user: arcade tags: trunk
12:10
add github workflows check-in: a39355c1fc user: arcade tags: trunk
Changes
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
      contents: read
      security-events: write
    steps:
      - name: Checkout code
        uses: actions/checkout@v6

      - name: Install Rust toolchain
        uses: hecrj/setup-rust-action@v1
        with:
          rust-version: stable

      - uses: Swatinem/rust-cache@v2

      - name: Run tests
        run: cargo test --all-features







|







15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
      contents: read
      security-events: write
    steps:
      - name: Checkout code
        uses: actions/checkout@v6

      - name: Install Rust toolchain
        uses: hecrj/setup-rust-action@v2
        with:
          rust-version: stable

      - uses: Swatinem/rust-cache@v2

      - name: Run tests
        run: cargo test --all-features