aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-09 01:41:19 +0000
committerFuwn <[email protected]>2022-07-09 01:41:19 +0000
commitd806185bdd41cd89159f5ab729710d84bbae2265 (patch)
tree9d984c80f8f0de526523a320d562f8c3c94748e6 /README.md
parentchore(cargo): republish with --all-features (diff)
downloadwindmark-0.1.19.tar.xz
windmark-0.1.19.zip
feat(response): success with mime responsev0.1.19
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 414bd15..4f0290a 100644
--- a/README.md
+++ b/README.md
@@ -15,15 +15,15 @@ the modern age!
# Cargo.toml
[dependencies]
-windmark = "0.1.18"
+windmark = "0.1.19"
tokio = { version = "0.2.4", features = ["full"] }
# If you would like to use the built-in logger (recommended)
-# windmark = { version = "0.1.18", features = ["logger"] }
+# windmark = { version = "0.1.19", features = ["logger"] }
# If you would like to use the built-in MIME dedection when `Success`-ing a file
# (recommended)
-# windmark = { version = "0.1.18", features = ["auto-deduce-mime"] }
+# windmark = { version = "0.1.19", features = ["auto-deduce-mime"] }
```
### Implement a Windmark server