aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-05-05 02:01:56 +0000
committerFuwn <[email protected]>2023-05-05 02:01:56 +0000
commitcd532ca954e48a492f2a04411ac16286703e36df (patch)
treefc9355a859b517fa3cfcec9f55891ebb47cc4093 /README.md
parentdocs(readme): add feature flag table (diff)
downloadwindmark-0.3.9.tar.xz
windmark-0.3.9.zip
docs(cargo): bump windmark and rossweisse for preludev0.3.9
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index fd358ff..7466075 100644
--- a/README.md
+++ b/README.md
@@ -33,18 +33,18 @@ out [Rossweisse](./rossweisse/) for more information!
# Cargo.toml
[dependencies]
-windmark = "0.3.8"
+windmark = "0.3.9"
tokio = { version = "1.26.0", features = ["full"] }
# If you would like to use the built-in logger (recommended)
-# windmark = { version = "0.3.8", features = ["logger"] }
+# windmark = { version = "0.3.9", features = ["logger"] }
# If you would like to use the built-in MIME dedection when `Success`-ing a file
# (recommended)
-# windmark = { version = "0.3.8", features = ["auto-deduce-mime"] }
+# windmark = { version = "0.3.9", features = ["auto-deduce-mime"] }
# If you would like to use macro-based responses (as seen below)
-# windmark = { version = "0.3.8", features = ["response-macros"] }
+# windmark = { version = "0.3.9", features = ["response-macros"] }
```
### Implement a Windmark server