File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ members = ["rossweisse"]
55
66[package ]
77name = " windmark"
8- version = " 0.3.12 "
8+ version = " 0.4.0 "
99authors = [
" Fuwn <[email protected] >" ]
1010edition = " 2021"
1111description = " An elegant and highly performant async Gemini server framework"
Original file line number Diff line number Diff line change @@ -34,18 +34,18 @@ Now supporting both [Tokio](https://tokio.rs/) and [`async-std`](https://async.r
3434# Cargo.toml
3535
3636[dependencies ]
37- windmark = " 0.3.11 "
37+ windmark = " 0.4.0 "
3838tokio = { version = " 1.26.0" , features = [" full" ] }
3939
4040# If you would like to use the built-in logger (recommended)
41- # windmark = { version = "0.3.11 ", features = ["logger"] }
41+ # windmark = { version = "0.4.0 ", features = ["logger"] }
4242
4343# If you would like to use the built-in MIME deduction when `Success`-ing a file
4444# (recommended)
45- # windmark = { version = "0.3.11 ", features = ["auto-deduce-mime"] }
45+ # windmark = { version = "0.4.0 ", features = ["auto-deduce-mime"] }
4646
4747# If you would like to use macro-based responses (as seen below)
48- # windmark = { version = "0.3.11 ", features = ["response-macros"] }
48+ # windmark = { version = "0.4.0 ", features = ["response-macros"] }
4949```
5050
5151### Implementing a Windmark Server
You can’t perform that action at this time.
0 commit comments