Skip to content

Commit 43d916f

Browse files
committed
chore: Increment minor version
1 parent 0462256 commit 43d916f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["rossweisse"]
55

66
[package]
77
name = "windmark"
8-
version = "0.3.12"
8+
version = "0.4.0"
99
authors = ["Fuwn <[email protected]>"]
1010
edition = "2021"
1111
description = "An elegant and highly performant async Gemini server framework"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ Now supporting both [Tokio](https://tokio.rs/) and [`async-std`](https://async.r
3434
# Cargo.toml
3535

3636
[dependencies]
37-
windmark = "0.3.11"
37+
windmark = "0.4.0"
3838
tokio = { version = "1.26.0", features = ["full"] }
3939

4040
# If you would like to use the built-in logger (recommended)
41-
# windmark = { version = "0.3.11", features = ["logger"] }
41+
# windmark = { version = "0.4.0", features = ["logger"] }
4242

4343
# If you would like to use the built-in MIME deduction when `Success`-ing a file
4444
# (recommended)
45-
# windmark = { version = "0.3.11", features = ["auto-deduce-mime"] }
45+
# windmark = { version = "0.4.0", features = ["auto-deduce-mime"] }
4646

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

5151
### Implementing a Windmark Server

0 commit comments

Comments
 (0)