🦠 The Definitive Gemini Protocol Toolkit
gemini gemini-protocol gemtext parser zero-dependency toolkit ast converter html markdown cli networking
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci(ga): bump rustc

Fuwn aed39348 f16682d9

+1 -6
+1 -6
.github/workflows/check.yaml
··· 1 1 name: Check ✅ 2 - 3 2 on: 4 3 workflow_dispatch: 5 4 push: ··· 8 7 pull_request: 9 8 paths: 10 9 - "*" 11 - 12 10 env: 13 11 CARGO_TERM_COLOR: always 14 - 15 12 jobs: 16 13 check: 17 14 runs-on: ubuntu-latest 18 15 steps: 19 16 - name: Checkout 🛒 20 17 uses: actions/checkout@v3 21 - 22 18 - name: Toolchain 🧰 23 19 uses: actions-rs/toolchain@v1 24 20 with: 25 21 profile: minimal 26 - toolchain: 1.68.2 22 + toolchain: 1.79.0 27 23 components: rustfmt, clippy 28 24 override: true 29 - 30 25 - name: Check ✅ 31 26 uses: actions-rs/cargo@v1 32 27 continue-on-error: false