aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-09 01:03:10 +0000
committerFuwn <[email protected]>2022-07-09 01:03:10 +0000
commitc44562486a876903957c442586dd6fa13ac9faeb (patch)
tree9c41fb843ac682e42173f00569a3e7c358e18e57 /README.md
parentdocs(cargo): bump version 0.1.15 -> 0.1.16 (diff)
downloadwindmark-0.1.17.tar.xz
windmark-0.1.17.zip
feat(response): always allow explicit mime specificationv0.1.17
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 cb9b6e0..4805d8d 100644
--- a/README.md
+++ b/README.md
@@ -15,15 +15,15 @@ the modern age!
# Cargo.toml
[dependencies]
-windmark = "0.1.16"
+windmark = "0.1.17"
tokio = { version = "0.2.4", features = ["full"] }
# If you would like to use the built-in logger (recommended)
-# windmark = { version = "0.1.16", features = ["logger"] }
+# windmark = { version = "0.1.17", features = ["logger"] }
# If you would like to use the built-in MIME dedection when `Success`-ing a file
# (recommended)
-# windmark = { version = "0.1.16", features = ["auto-deduce-mime"] }
+# windmark = { version = "0.1.17", features = ["auto-deduce-mime"] }
```
### Implement a Windmark server