Skip to content

Commit 62b5da2

Browse files
committed
Bump MSRV
1 parent 3a77975 commit 62b5da2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- os: ubuntu-latest
7070
# MSRV. Not considered breaking when this has to be bumped.
7171
# But update `rust-version` in `Cargo.toml`
72-
rust: 1.80.0
72+
rust: 1.82.0
7373
runs-on: ${{ matrix.os }}
7474
steps:
7575
- uses: actions/checkout@v4

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "Tunnel UDP traffic inside a TCP stream. Each datagram is prefixed with a 16 bit unsigned integer containing the length"
77
repository = "https://github.com/mullvad/udp-over-tcp"
88
edition = "2021"
9-
rust-version = "1.80.0"
9+
rust-version = "1.82.0"
1010
publish = false
1111

1212
[[bin]]

0 commit comments

Comments
 (0)