Skip to content

Commit 9c9520c

Browse files
committed
Increase MSRV to 1.54
It was released on 2021-07-29, so nearly a year ago now.
1 parent 9b13b9e commit 9c9520c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
build: [stable, 1.46.0, beta, nightly, macos, windows]
18+
build: [stable, 1.54.0, beta, nightly, macos, windows]
1919
include:
2020
- build: stable
2121
os: ubuntu-latest
2222
rust: stable
23-
- build: 1.46.0
23+
- build: 1.54.0
2424
os: ubuntu-latest
25-
rust: 1.46.0
25+
rust: 1.54.0
2626
- build: beta
2727
os: ubuntu-latest
2828
rust: beta

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ feature flag.
6464

6565
# Minimum Supported Rust Version (MSRV)
6666

67-
Socket2 uses 1.46.0 as MSRV.
67+
Socket2 uses 1.54.0 as MSRV.
6868

6969
# License
7070

0 commit comments

Comments
 (0)