Skip to content

Commit c729071

Browse files
committed
build: 🧱 update msrv
1 parent 65db340 commit c729071

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
strategy:
7373
matrix:
74-
msrv: ["1.81.0"]
74+
msrv: ["1.82.0"]
7575
name: ubuntu / ${{ matrix.msrv }}
7676
steps:
7777
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["Rodney Johnson <ask@rodneylab.com>"]
55
edition = "2021"
66
license = "BSD-3-Clause"
77
repository = "https://github.com/rodneylab/rust-crate-diffs"
8-
# git2 v0.20.0 raises MSRV to 1.81
9-
rust-version = "1.81"
8+
# git2 v0.20.2 raises MSRV to 1.82
9+
rust-version = "1.82"
1010
description = "Check Cargo.toml dependency changes against git repo head"
1111

1212
# Faster snapshot runs

0 commit comments

Comments
 (0)