Skip to content

Commit

Permalink
Add rust-version = 1.77 to Cargo.toml
Browse files Browse the repository at this point in the history
Since we know what the lowest Rust version is
  • Loading branch information
faern committed Apr 2, 2024
1 parent 582af12 commit 0fb7951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
rust: nightly
- os: ubuntu-latest
# MSRV. Not considered breaking when this has to be bumped.
rust: 1.70.0
# But update `rust-version` in `Cargo.toml`
rust: 1.77.0
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +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.77.0"
publish = false

[[bin]]
Expand Down

0 comments on commit 0fb7951

Please sign in to comment.