Skip to content

Commit

Permalink
feat(lib): increase MSRV to 1.63 (#3293)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Aug 21, 2023
1 parent 8dfeb73 commit e68dc96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = ["Sean McArthur <sean@seanmonstar.com>"]
keywords = ["http", "hyper", "hyperium"]
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
edition = "2018"
rust-version = "1.56" # keep in sync with MSRV.md dev doc
rust-version = "1.63" # keep in sync with MSRV.md dev doc

include = [
"Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion docs/MSRV.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ hyper. It is possible that an older compiler can work, but that is not
guaranteed. We try to increase the MSRV responsibly, only when a significant
new feature is needed.

The current MSRV is: **1.56**.
The current MSRV is: **1.63**.

0 comments on commit e68dc96

Please sign in to comment.