♻️ Simple & Efficient Gemini-to-HTTP Proxy fuwn.net
proxy gemini-protocol protocol gemini http rust
0
fork

Configure Feed

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

ci: bump rust

Fuwn 65f36b93 e460fd3e

+3 -3
+1 -1
.github/workflows/check.yaml
··· 20 20 uses: actions-rs/toolchain@v1 21 21 with: 22 22 profile: minimal 23 - toolchain: 1.76.0 23 + toolchain: 1.78.0 24 24 components: rustfmt, clippy 25 25 override: true 26 26 - name: Check ✅
+2 -2
Earthfile
··· 17 17 SAVE IMAGE --push fuwn/september:$tag 18 18 19 19 deps: 20 - ARG rustc="1.76.0" 20 + ARG rustc="1.78.0" 21 21 22 - FROM clux/muslrust:$rustc 22 + FROM clux/muslrust:$rustc-stable 23 23 24 24 RUN curl "https://static.rust-lang.org/rustup/archive/${RUSTUP_VER}/${RUST_ARCH}/rustup-init" -o rustup-init \ 25 25 && chmod +x rustup-init \