Skip to content

Commit 56bc3d6

Browse files
committed
docs(README): Update Windmark version in examples snippets
1 parent 303b7ea commit 56bc3d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ out [Rossweisse](./rossweisse/) for more information!
3333
# Cargo.toml
3434

3535
[dependencies]
36-
windmark = "0.3.9"
36+
windmark = "0.3.11"
3737
tokio = { version = "1.26.0", features = ["full"] }
3838

3939
# If you would like to use the built-in logger (recommended)
40-
# windmark = { version = "0.3.9", features = ["logger"] }
40+
# windmark = { version = "0.3.11", features = ["logger"] }
4141

4242
# If you would like to use the built-in MIME dedection when `Success`-ing a file
4343
# (recommended)
44-
# windmark = { version = "0.3.9", features = ["auto-deduce-mime"] }
44+
# windmark = { version = "0.3.11", features = ["auto-deduce-mime"] }
4545

4646
# If you would like to use macro-based responses (as seen below)
47-
# windmark = { version = "0.3.9", features = ["response-macros"] }
47+
# windmark = { version = "0.3.11", features = ["response-macros"] }
4848
```
4949

5050
### Implementing a Windmark Server

0 commit comments

Comments
 (0)