Skip to content

Commit d60245b

Browse files
committed
Update MSRV to 1.63
So we can use the I/O safety feature stabilised in 1.63: rust-lang/rust#95118.
1 parent 30e2eb3 commit d60245b

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.63.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.63.0
2424
os: ubuntu-latest
25-
rust: 1.46.0
25+
rust: 1.63.0
2626
- build: beta
2727
os: ubuntu-latest
2828
rust: beta

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ feature flag.
6666

6767
# Minimum Supported Rust Version (MSRV)
6868

69-
Socket2 uses 1.46.0 as MSRV.
69+
Socket2 uses 1.63.0 as MSRV.
7070

7171
# License
7272

0 commit comments

Comments
 (0)