Skip to content

Commit 4859cb2

Browse files
authored
Update cargo.yml (#459)
* Update cargo.yml * Update cargo.yml
1 parent 7a1655c commit 4859cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cargo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
os: ["ubuntu-latest", "macos-latest"]
2222
toolchain:
23-
- 1.65.0 # min supported version (https://github.com/webrtc-rs/webrtc/#toolchain)
23+
# - 1.65.0 # min supported version (https://github.com/webrtc-rs/webrtc/#toolchain)
2424
- stable
2525
runs-on: ${{ matrix.os }}
2626
steps:
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
toolchain:
57-
- 1.63.0 # min supported version (https://github.com/webrtc-rs/webrtc/#toolchain)
57+
# - 1.63.0 # min supported version (https://github.com/webrtc-rs/webrtc/#toolchain)
5858
- stable
5959
runs-on: windows-latest
6060
steps:

0 commit comments

Comments
 (0)