Skip to content

Commit d9c41ff

Browse files
author
yngrtc
committed
Updated minimum rust version to 1.63.0
1 parent 508774b commit d9c41ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.60.0 # min supported version (https://github.com/webrtc-rs/webrtc/#toolchain)
23+
- 1.63.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.60.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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ This project is still in active and early development stage, please refer to the
105105

106106
### Toolchain
107107

108-
**Minimum Supported Rust Version:** `1.60.0`
108+
**Minimum Supported Rust Version:** `1.63.0`
109109

110110
Our minimum supported rust version(MSRV) policy is to support versions of the compiler released within the last six months. We don't eagerly bump the minimum version we support, instead the minimum will be bumped on a needed by needed basis, usually because downstream dependencies force us to.
111111

0 commit comments

Comments
 (0)