Skip to content

Commit e2bbf74

Browse files
author
yngrtc
committed
update min supported version to 1.65.0
1 parent fb8cc4a commit e2bbf74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cargo.yml

Lines changed: 1 addition & 1 deletion
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.63.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:

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.63.0`
108+
**Minimum Supported Rust Version:** `1.65.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)