File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 matrix :
1818 rust :
1919 - nightly
20- - 1.83 .0 # MSRV
20+ - 1.84 .0 # MSRV
2121 - stable
2222
2323 steps :
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
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ license = "MIT"
2020readme = " README.md"
2121repository = " https://github.com/kbknapp/cargo-outdated.git"
2222description = " 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 ]]
2626name = " cargo-outdated"
You can’t perform that action at this time.
0 commit comments