♻️ 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.

docs(cargo): bump version

Fuwn 776925ad ccfbaf87

+4 -4
+2 -2
Cargo.lock
··· 1 1 # This file is automatically @generated by Cargo. 2 2 # It is not intended for manual editing. 3 - version = 3 3 + version = 4 4 4 5 5 [[package]] 6 6 name = "actix-codec" ··· 1988 1988 1989 1989 [[package]] 1990 1990 name = "september" 1991 - version = "0.2.32" 1991 + version = "0.2.33" 1992 1992 dependencies = [ 1993 1993 "actix-web", 1994 1994 "anyhow",
+2 -2
Cargo.toml
··· 2 2 3 3 [package] 4 4 name = "september" 5 - version = "0.2.32" 5 + version = "0.2.33" 6 6 authors = ["Fuwn <contact@fuwn.me>"] 7 7 edition = "2021" 8 8 description = "A simple and efficient Gemini-to-HTTP proxy." ··· 44 44 vergen = { version = "8.3.2", features = ["git", "gitoxide"] } 45 45 46 46 # `Result` 47 - anyhow = "1.0.92" 47 + anyhow = "1.0.92"