Skip to content

Commit 9ed7ef5

Browse files
committed
fix: update MSRV to 1.81.0
Some dependencies have 1.81.0 as MSRV, so bump to that version. Signed-off-by: Ross Williams <[email protected]>
1 parent e8cfb48 commit 9ed7ef5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
include:
5555
- build: pinned
5656
os: ubuntu-latest
57-
rust: 1.75.0
57+
rust: 1.81.0
5858
- build: stable
5959
os: ubuntu-latest
6060
rust: stable

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["command-line-utilities", "network-programming"]
88
exclude = [".*"]
99
version = "0.1.5" # bumped by release.sh
1010
edition = "2021"
11-
rust-version = "1.75.0"
11+
rust-version = "1.81.0"
1212

1313
[dependencies]
1414
clap-serde-derive = "0.2.1"

0 commit comments

Comments
 (0)