aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-01 01:10:46 +0000
committerFuwn <[email protected]>2022-06-01 01:10:46 +0000
commit93f3b8cb812532e0500e1ffec24ba9194a5827bb (patch)
tree8ad54e5befdcad1d3b7a17f9e83c97af4de9c3ea /README.md
parentrefactor(router): move router to seperate file (diff)
downloadwindmark-0.1.15.tar.xz
windmark-0.1.15.zip
docs(cargo): bump version0.1.15
Also, use the doc attribute to include the README automatically! Wish I knew about this earlier!
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 001e0c9..a34ed2a 100644
--- a/README.md
+++ b/README.md
@@ -15,15 +15,15 @@ the modern age!
# Cargo.toml
[dependencies]
-windmark = "0.1.14"
+windmark = "0.1.15"
tokio = { version = "0.2.4", features = ["full"] }
# If you would like to use the built-in logger (recommended)
-# windmark = { version = "0.1.14", features = ["logger"] }
+# windmark = { version = "0.1.15", features = ["logger"] }
# If you would like to use the built-in MIME dedection when `Success`-ing a file
# (recommended)
-# windmark = { version = "0.1.14", features = ["auto-deduce-mime"] }
+# windmark = { version = "0.1.15", features = ["auto-deduce-mime"] }
```
### Implement a Windmark server