Skip to content

Commit d84c794

Browse files
chore(ci): Increase MSRV to 1.46 (#2486)
Socket2 v0.4 requires Rust 1.46.
1 parent 96f7222 commit d84c794

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- stable
5252
- beta
5353
- nightly
54-
- 1.45.2
54+
- 1.46
5555

5656
os:
5757
- ubuntu-latest
@@ -66,6 +66,8 @@ jobs:
6666
- rust: nightly
6767
features: "--features full,nightly"
6868
benches: true
69+
- rust: 1.46
70+
features: "--features full"
6971

7072
runs-on: ${{ matrix.os }}
7173

0 commit comments

Comments
 (0)