tangled
alpha
login
or
join now
fuwn.net
/
windmark
0
fork
atom
🏗️ Elegant & Highly Performant Async Gemini Server Framework for the Modern Age
async
framework
gemini-protocol
protocol
gemini
rust
0
fork
atom
overview
issues
pulls
pipelines
build(rustc): update toolchain
fuwn.net
2 years ago
bf47405d
b7cb37ce
verified
This commit was signed with the committer's
known signature
.
fuwn.net
SSH Key Fingerprint:
SHA256:VPdFPyPbd6JkoMyWUdZ/kkTcIAt3sxjXD2XSAZ7FYC4=
+2
-2
2 changed files
expand all
collapse all
unified
split
rust-toolchain.toml
src
router.rs
+1
-1
rust-toolchain.toml
reviewed
···
1
1
[toolchain]
2
2
-
channel = "1.68.2"
2
2
+
channel = "1.77.1"
+1
-1
src/router.rs
reviewed
···
765
765
/// ```
766
766
pub fn attach_async(
767
767
&mut self,
768
768
-
mut module: impl AsyncModule + 'static + Send,
768
768
+
mut module: impl AsyncModule + 'static,
769
769
) -> &mut Self {
770
770
block!({
771
771
module.on_attach(self).await;