We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65db340 commit c729071Copy full SHA for c729071
.github/workflows/general.yml
@@ -71,7 +71,7 @@ jobs:
71
runs-on: ubuntu-latest
72
strategy:
73
matrix:
74
- msrv: ["1.81.0"]
+ msrv: ["1.82.0"]
75
name: ubuntu / ${{ matrix.msrv }}
76
steps:
77
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Cargo.toml
@@ -5,8 +5,8 @@ authors = ["Rodney Johnson <ask@rodneylab.com>"]
5
edition = "2021"
6
license = "BSD-3-Clause"
7
repository = "https://github.com/rodneylab/rust-crate-diffs"
8
-# git2 v0.20.0 raises MSRV to 1.81
9
-rust-version = "1.81"
+# git2 v0.20.2 raises MSRV to 1.82
+rust-version = "1.82"
10
description = "Check Cargo.toml dependency changes against git repo head"
11
12
# Faster snapshot runs
0 commit comments