Skip to content

Commit f8b51eb

Browse files
committed
Update MSRV to 1.65
1 parent 4d2c89f commit f8b51eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rtsp-types.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
strategy:
4444
matrix:
45-
toolchain: ['1.58', stable, beta, nightly]
45+
toolchain: ['1.65', stable, beta, nightly]
4646

4747
steps:
4848
- uses: actions/checkout@v2
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Use MSRV Cargo.lock
5858
run: cp Cargo.lock.msrv Cargo.lock
59-
if: matrix.toolchain == '1.58'
59+
if: matrix.toolchain == '1.65'
6060

6161
- name: Run tests
6262
run: |

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["rtsp", "network", "protocol", "multimedia", "streaming"]
99
categories = ["network-programming", "multimedia"]
1010
description = "RTSP (RFC 7826) types, parser and serializer"
1111
readme = "README.md"
12-
rust-version = "1.58"
12+
rust-version = "1.65"
1313

1414
[dependencies]
1515
nom = "7.0"

0 commit comments

Comments
 (0)