Skip to content

Commit

Permalink
Update MSRV to 1.63
Browse files Browse the repository at this point in the history
So we can use the I/O safety feature stabilised in 1.63:
rust-lang/rust#95118.
  • Loading branch information
Thomasdezeeuw committed Aug 13, 2022
1 parent c59c533 commit 348e606
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
strategy:
fail-fast: false
matrix:
build: [stable, 1.46.0, beta, nightly, macos, windows]
build: [stable, 1.63.0, beta, nightly, macos, windows]
include:
- build: stable
os: ubuntu-latest
rust: stable
- build: 1.46.0
- build: 1.63.0
os: ubuntu-latest
rust: 1.46.0
rust: 1.63.0
- build: beta
os: ubuntu-latest
rust: beta
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ feature flag.

# Minimum Supported Rust Version (MSRV)

Socket2 uses 1.46.0 as MSRV.
Socket2 uses 1.63.0 as MSRV.

# License

Expand Down

0 comments on commit 348e606

Please sign in to comment.