🦠 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.

fix(check): use nightly toolchain

Fuwn 539c48e0 8abd4a47

+1 -1
+1 -1
.github/workflows/check.yaml
··· 23 23 uses: actions-rs/toolchain@v1 24 24 with: 25 25 profile: minimal 26 - toolchain: stable 26 + toolchain: nightly 27 27 components: rustfmt, clippy 28 28 override: true 29 29