Skip to content

Commit fffe120

Browse files
committed
Update README.md and Version
1 parent 7052479 commit fffe120

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "FastCGI handler (responder, authorizer, filter) library for Tokio
44
license = "Apache-2.0"
55
keywords = [ "protocol", "fastcgi", "web", "tokio", "async" ]
66
categories = [ "web-programming", "network-programming", "asynchronous" ]
7-
version = "1.2.0"
7+
version = "1.3.0"
88
authors = ["Daniel Goß <developer@flashsystems.de>"]
99
edition = "2021"
1010
homepage = "https://github.com/FlashSystems/tokio-fastcgi"
@@ -19,4 +19,4 @@ byteorder = "1"
1919

2020
[dev-dependencies]
2121
tokio = { version = "1", features = ["test-util", "net", "rt-multi-thread"] }
22-
tokio-test = "0.4"
22+
tokio-test = "0.4"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ The library contains two examples: [A bare bones one](https://github.com/FlashSy
4040

4141
* Version 1.2.0\
4242
Fix bug #4: Under heavy load, FastCGI responses are not delivered correctly. This makes the FastCGI protocol fail and connections get dropped with various error messages. This release fixes this problem. The `tokio-fastcgi` library is now stable even under heavy load.
43+
44+
* Version 1.3.0\
45+
Two dependencies removed, whose functionality has been integrated into the standard library. The library remained unchanged, but the tests and examples have been revised. (Thanks to @linkmauve)\
46+
Update to the dependency versions.

0 commit comments

Comments
 (0)