Skip to content

Commit 09f0f69

Browse files
committed
bump MSRV to 1.84
1 parent 2ee4c9f commit 09f0f69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
rust:
1919
- nightly
20-
- 1.83.0 # MSRV
20+
- 1.84.0 # MSRV
2121
- stable
2222

2323
steps:
@@ -54,7 +54,7 @@ jobs:
5454
run: just lint
5555

5656
- name: MSRV Check
57-
if: ${{ matrix.rust == '1.83.0' }}
57+
if: ${{ matrix.rust == '1.84.0' }}
5858
# Note we have to actually _run_ the application to check the MSRV.
5959
# The standard `cargo check` may successfully build on an earlier
6060
# Rust, but cargo-oudated by not be able to successfully run in such

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license = "MIT"
2020
readme = "README.md"
2121
repository = "https://github.com/kbknapp/cargo-outdated.git"
2222
description = "Cargo subcommand for displaying when dependencies are out of date"
23-
rust-version = "1.83.0" # MSRV
23+
rust-version = "1.84.0" # MSRV
2424

2525
[[bin]]
2626
name = "cargo-outdated"

0 commit comments

Comments
 (0)