Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 56710fa

Browse files
Bump min Rust version
1 parent 0700c53 commit 56710fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
1818
toolchain:
19-
- 1.56.1 # min supported version (https://github.com/webrtc-rs/webrtc/#toolchain)
19+
- 1.57.0 # min supported version (https://github.com/webrtc-rs/webrtc/#toolchain)
2020
- stable
2121
runs-on: ${{ matrix.os }}
2222
steps:

0 commit comments

Comments
 (0)