aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-30 10:19:28 +0000
committerFuwn <[email protected]>2022-03-30 10:19:28 +0000
commitfb8ac4c71853a99afaff2377c84238deff0db06f (patch)
treef6564efb1e36b1de1dfe97bbb5b9a820a9ebceec /README.md
parentfeat(cargo): bump version (diff)
downloadwindmark-0.1.4.tar.xz
windmark-0.1.4.zip
feat(router): specify custom port0.1.4
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0ff4a6b..b8a777c 100644
--- a/README.md
+++ b/README.md
@@ -14,11 +14,11 @@ Windmark is an elegant and highly performant, async Gemini server framework.
# Cargo.toml
[dependencies]
-windmark = "0.1.3"
+windmark = "0.1.4"
tokio = { version = "0.2.4", features = ["full"] }
# If you would like to use the built-in logger (recommended)
-# windmark = { version = "0.1.3", features = ["logger"] }
+# windmark = { version = "0.1.4", features = ["logger"] }
```
### Implement a Windmark server