We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016c067 commit 3661237Copy full SHA for 3661237
.github/workflows/general.yml
@@ -71,7 +71,7 @@ jobs:
71
runs-on: ubuntu-latest
72
strategy:
73
matrix:
74
- msrv: ["1.82.0"]
+ msrv: ["1.82.3"]
75
name: ubuntu / ${{ matrix.msrv }}
76
steps:
77
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
Cargo.toml
@@ -5,8 +5,8 @@ authors = ["Rodney Johnson <[email protected]>"]
5
edition = "2021"
6
license = "BSD-3-Clause"
7
repository = "https://github.com/rodneylab/rust-crate-diffs"
8
-# git2 v0.20.2 raises MSRV to 1.82
9
-rust-version = "1.82"
+# git2 v0.20.3 raises MSRV to 1.83
+rust-version = "1.83"
10
description = "Check Cargo.toml dependency changes against git repo head"
11
12
[dependencies]
0 commit comments