Skip to content

Commit e68dc96

Browse files
authoredAug 21, 2023
feat(lib): increase MSRV to 1.63 (#3293)
1 parent 8dfeb73 commit e68dc96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = ["Sean McArthur <sean@seanmonstar.com>"]
1111
keywords = ["http", "hyper", "hyperium"]
1212
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
1313
edition = "2018"
14-
rust-version = "1.56" # keep in sync with MSRV.md dev doc
14+
rust-version = "1.63" # keep in sync with MSRV.md dev doc
1515

1616
include = [
1717
"Cargo.toml",

‎docs/MSRV.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ hyper. It is possible that an older compiler can work, but that is not
66
guaranteed. We try to increase the MSRV responsibly, only when a significant
77
new feature is needed.
88

9-
The current MSRV is: **1.56**.
9+
The current MSRV is: **1.63**.

0 commit comments

Comments
 (0)
Please sign in to comment.