We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a77975 commit 62b5da2Copy full SHA for 62b5da2
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
- os: ubuntu-latest
70
# MSRV. Not considered breaking when this has to be bumped.
71
# But update `rust-version` in `Cargo.toml`
72
- rust: 1.80.0
+ rust: 1.82.0
73
runs-on: ${{ matrix.os }}
74
steps:
75
- uses: actions/checkout@v4
Cargo.toml
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
6
description = "Tunnel UDP traffic inside a TCP stream. Each datagram is prefixed with a 16 bit unsigned integer containing the length"
7
repository = "https://github.com/mullvad/udp-over-tcp"
8
edition = "2021"
9
-rust-version = "1.80.0"
+rust-version = "1.82.0"
10
publish = false
11
12
[[bin]]
0 commit comments