Skip to content

Commit 3661237

Browse files
committed
build(rust-dependencies): 🧱 update msrv
1 parent 016c067 commit 3661237

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.82.0"]
74+
msrv: ["1.82.3"]
7575
name: ubuntu / ${{ matrix.msrv }}
7676
steps:
7777
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

Cargo.toml

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

1212
[dependencies]

0 commit comments

Comments
 (0)