aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-27 12:00:57 +0000
committerFuwn <[email protected]>2022-03-27 12:00:57 +0000
commita96584e58c8534a81d681ccb7985e9008f38ffa9 (patch)
treeb139c894dc08e18ce3f12bc95bbd24f06c5e4ea8 /README.md
parentformat(examples): rustfmt (diff)
downloadwindmark-0.1.3.tar.xz
windmark-0.1.3.zip
feat(cargo): bump version0.1.3
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 0472030..0ff4a6b 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.2"
+windmark = "0.1.3"
tokio = { version = "0.2.4", features = ["full"] }
# If you would like to use the built-in logger (recommended)
-# windmark = { version = "0.1.2", features = ["logger"] }
+# windmark = { version = "0.1.3", features = ["logger"] }
```
### Implement a Windmark server