Skip to content

Commit 1896d2d

Browse files
committed
Use 1.46 as Minimum Supported Rust Version (MSRV)
This adds testing using rustc 1.46 in the CI. This is now also a documented promise.
1 parent 996511a commit 1896d2d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
build: [stable, beta, nightly, macos, windows]
18+
build: [stable, 1.46.0, beta, nightly, macos, windows]
1919
include:
2020
- build: stable
2121
os: ubuntu-latest
2222
rust: stable
23+
- build: 1.46.0
24+
os: ubuntu-latest
25+
rust: 1.46.0
2326
- build: beta
2427
os: ubuntu-latest
2528
rust: beta

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ feature flag.
6262
* Redox
6363
* Solaris
6464

65+
# Minimum Supported Rust Version (MSRV)
66+
67+
Socket2 uses 1.46.0 as MSRV.
68+
6569
# License
6670

6771
This project is licensed under either of

0 commit comments

Comments
 (0)