We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1655c commit 4859cb2Copy full SHA for 4859cb2
.github/workflows/cargo.yml
@@ -20,7 +20,7 @@ jobs:
20
matrix:
21
os: ["ubuntu-latest", "macos-latest"]
22
toolchain:
23
- - 1.65.0 # min supported version (https://github.com/webrtc-rs/webrtc/#toolchain)
+ # - 1.65.0 # min supported version (https://github.com/webrtc-rs/webrtc/#toolchain)
24
- stable
25
runs-on: ${{ matrix.os }}
26
steps:
@@ -54,7 +54,7 @@ jobs:
54
strategy:
55
56
57
- - 1.63.0 # min supported version (https://github.com/webrtc-rs/webrtc/#toolchain)
+ # - 1.63.0 # min supported version (https://github.com/webrtc-rs/webrtc/#toolchain)
58
59
runs-on: windows-latest
60
0 commit comments