aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-13 06:08:28 +0000
committerFuwn <[email protected]>2022-06-13 06:08:28 +0000
commitb28f5029d604e33c4a511c26af93d219d536ea24 (patch)
tree4b05c3fae60d0f9d16ffe077bebd8c131a0337d8 /README.md
parentrefactor(router): remove useless clones (diff)
downloadwindmark-b28f5029d604e33c4a511c26af93d219d536ea24.tar.xz
windmark-b28f5029d604e33c4a511c26af93d219d536ea24.zip
docs(cargo): bump version 0.1.15 -> 0.1.16
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 a34ed2a..cb9b6e0 100644
--- a/README.md
+++ b/README.md
@@ -15,15 +15,15 @@ the modern age!
# Cargo.toml
[dependencies]
-windmark = "0.1.15"
+windmark = "0.1.16"
tokio = { version = "0.2.4", features = ["full"] }
# If you would like to use the built-in logger (recommended)
-# windmark = { version = "0.1.15", features = ["logger"] }
+# windmark = { version = "0.1.16", features = ["logger"] }
# If you would like to use the built-in MIME dedection when `Success`-ing a file
# (recommended)
-# windmark = { version = "0.1.15", features = ["auto-deduce-mime"] }
+# windmark = { version = "0.1.16", features = ["auto-deduce-mime"] }
```
### Implement a Windmark server