Skip to content

Commit

Permalink
Use 1.46 as Minimum Supported Rust Version (MSRV)
Browse files Browse the repository at this point in the history
This adds testing using rustc 1.46 in the CI.

This is now also a documented promise.
  • Loading branch information
Thomasdezeeuw committed Mar 21, 2021
1 parent 996511a commit 1896d2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ jobs:
strategy:
fail-fast: false
matrix:
build: [stable, beta, nightly, macos, windows]
build: [stable, 1.46.0, beta, nightly, macos, windows]
include:
- build: stable
os: ubuntu-latest
rust: stable
- build: 1.46.0
os: ubuntu-latest
rust: 1.46.0
- build: beta
os: ubuntu-latest
rust: beta
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ feature flag.
* Redox
* Solaris

# Minimum Supported Rust Version (MSRV)

Socket2 uses 1.46.0 as MSRV.

# License

This project is licensed under either of
Expand Down

0 comments on commit 1896d2d

Please sign in to comment.