🏗️ Elegant & Highly Performant Async Gemini Server Framework for the Modern Age
async framework gemini-protocol protocol gemini rust

build(rustc): update toolchain

fuwn.net bf47405d b7cb37ce

verified
+2 -2
+1 -1
rust-toolchain.toml
··· 1 1 [toolchain] 2 - channel = "1.68.2" 2 + channel = "1.77.1"
+1 -1
src/router.rs
··· 765 765 /// ``` 766 766 pub fn attach_async( 767 767 &mut self, 768 - mut module: impl AsyncModule + 'static + Send, 768 + mut module: impl AsyncModule + 'static, 769 769 ) -> &mut Self { 770 770 block!({ 771 771 module.on_attach(self).await;