Skip to content

Commit 3812671

Browse files
committed
Update Version and README
1 parent 9a1f49d commit 3812671

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ 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.3.0"
7+
version = "1.4.0"
8+
rust-version = "1.85"
89
authors = ["Daniel Goß <developer@flashsystems.de>"]
910
edition = "2024"
1011
homepage = "https://github.com/FlashSystems/tokio-fastcgi"

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,9 @@ The library contains two examples: [A bare bones one](https://github.com/FlashSy
4343

4444
* Version 1.3.0\
4545
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.
46+
Update dependency versions.
47+
48+
* Version 1.4.0\
49+
Update the rust edition to 2024 and add 1.85 as the minimum supported rust version.\
50+
Update dependency versions.
51+

0 commit comments

Comments
 (0)