From 62b5da208089807ddd197938029bd36c17e977cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Sun, 27 Oct 2024 19:05:12 +0100 Subject: [PATCH] Bump MSRV --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b796ddf..c0e08a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: - os: ubuntu-latest # MSRV. Not considered breaking when this has to be bumped. # But update `rust-version` in `Cargo.toml` - rust: 1.80.0 + rust: 1.82.0 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/Cargo.toml b/Cargo.toml index 52f7b8f..8fb6258 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" description = "Tunnel UDP traffic inside a TCP stream. Each datagram is prefixed with a 16 bit unsigned integer containing the length" repository = "https://github.com/mullvad/udp-over-tcp" edition = "2021" -rust-version = "1.80.0" +rust-version = "1.82.0" publish = false [[bin]]