chore(ci): Increase MSRV to 1.46 (#2486)
Socket2 v0.4 requires Rust 1.46.
This commit is contained in:
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
|||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
- 1.45.2
|
- 1.46
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
@@ -66,6 +66,8 @@ jobs:
|
|||||||
- rust: nightly
|
- rust: nightly
|
||||||
features: "--features full,nightly"
|
features: "--features full,nightly"
|
||||||
benches: true
|
benches: true
|
||||||
|
- rust: 1.46
|
||||||
|
features: "--features full"
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user