File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- msrv = " 1.54 .0" # MSRV
1
+ msrv = " 1.60 .0" # MSRV
Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ jobs:
55
55
- name : No-default features
56
56
run : cargo test --workspace --no-default-features
57
57
msrv :
58
- name : " Check MSRV: 1.54 .0"
58
+ name : " Check MSRV: 1.60 .0"
59
59
runs-on : ubuntu-latest
60
60
steps :
61
61
- name : Checkout repository
62
62
uses : actions/checkout@v2
63
63
- name : Install Rust
64
64
uses : actions-rs/toolchain@v1
65
65
with :
66
- toolchain : 1.54 .0 # MSRV
66
+ toolchain : 1.60 .0 # MSRV
67
67
profile : minimal
68
68
override : true
69
69
- uses : Swatinem/rust-cache@v1
@@ -117,7 +117,7 @@ jobs:
117
117
- name : Install Rust
118
118
uses : actions-rs/toolchain@v1
119
119
with :
120
- toolchain : 1.54 .0 # MSRV
120
+ toolchain : 1.60 .0 # MSRV
121
121
profile : minimal
122
122
override : true
123
123
components : clippy
Original file line number Diff line number Diff line change 61
61
strategy :
62
62
matrix :
63
63
rust :
64
- - 1.54 .0 # MSRV
64
+ - 1.60 .0 # MSRV
65
65
- stable
66
- continue-on-error : ${{ matrix.rust != '1.54 .0' }} # MSRV
66
+ continue-on-error : ${{ matrix.rust != '1.60 .0' }} # MSRV
67
67
runs-on : ubuntu-latest
68
68
steps :
69
69
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ readme = "README.md"
14
14
categories = [" command-line-interface" , " development-tools" ]
15
15
keywords = [" git" , " cli" ]
16
16
edition = " 2018"
17
- rust-version = " 1.54 .0" # MSRV
17
+ rust-version = " 1.60 .0" # MSRV
18
18
include = [
19
19
" src/**/*" ,
20
20
" Cargo.toml" ,
You can’t perform that action at this time.
0 commit comments