File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,18 +33,18 @@ out [Rossweisse](./rossweisse/) for more information!
3333# Cargo.toml
3434
3535[dependencies ]
36- windmark = " 0.3.9 "
36+ windmark = " 0.3.11 "
3737tokio = { version = " 1.26.0" , features = [" full" ] }
3838
3939# If you would like to use the built-in logger (recommended)
40- # windmark = { version = "0.3.9 ", features = ["logger"] }
40+ # windmark = { version = "0.3.11 ", features = ["logger"] }
4141
4242# If you would like to use the built-in MIME dedection when `Success`-ing a file
4343# (recommended)
44- # windmark = { version = "0.3.9 ", features = ["auto-deduce-mime"] }
44+ # windmark = { version = "0.3.11 ", features = ["auto-deduce-mime"] }
4545
4646# If you would like to use macro-based responses (as seen below)
47- # windmark = { version = "0.3.9 ", features = ["response-macros"] }
47+ # windmark = { version = "0.3.11 ", features = ["response-macros"] }
4848```
4949
5050### Implementing a Windmark Server
You can’t perform that action at this time.
0 commit comments