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

build(rustc): pull back to stable

Fuwn b6242dfe b0083bfd

+2 -2
+1 -1
.github/workflows/check.yaml
··· 23 23 uses: actions-rs/toolchain@v1 24 24 with: 25 25 profile: minimal 26 - toolchain: nightly 26 + toolchain: 1.68.2 27 27 components: rustfmt, clippy 28 28 override: true 29 29
+1 -1
rust-toolchain.toml
··· 1 1 [toolchain] 2 - channel = "nightly-2023-04-02" 2 + channel = "1.68.2"