Skip to content

Commit fe7ddd1

Browse files
committed
update MSRV for socket2
Signed-off-by: Marc-Antoine Perennou <[email protected]>
1 parent d0a12a3 commit fe7ddd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-latest, windows-latest, macos-latest]
14-
rust: [nightly, beta, stable, 1.45.0]
14+
rust: [nightly, beta, stable, 1.46.0]
1515
steps:
1616
- uses: actions/checkout@v2
1717

0 commit comments

Comments
 (0)