File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
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 50
50
- name : Install Rust (MSRV)
51
51
uses : actions-rs/toolchain@v1
52
52
with :
53
- toolchain : 1.54 .0 # MSRV
53
+ toolchain : 1.60 .0 # MSRV
54
54
profile : minimal
55
55
override : true
56
56
- name : Install Rust (base)
@@ -99,15 +99,15 @@ jobs:
99
99
run : cmd.exe /C .\examples\hello.ers
100
100
continue-on-error : true
101
101
msrv :
102
- name : " Check MSRV: 1.54 .0"
102
+ name : " Check MSRV: 1.60 .0"
103
103
runs-on : ubuntu-latest
104
104
steps :
105
105
- name : Checkout repository
106
106
uses : actions/checkout@v3
107
107
- name : Install Rust
108
108
uses : actions-rs/toolchain@v1
109
109
with :
110
- toolchain : 1.54 .0 # MSRV
110
+ toolchain : 1.60 .0 # MSRV
111
111
profile : minimal
112
112
override : true
113
113
- uses : Swatinem/rust-cache@v1
@@ -161,7 +161,7 @@ jobs:
161
161
- name : Install Rust
162
162
uses : actions-rs/toolchain@v1
163
163
with :
164
- toolchain : 1.54 .0 # MSRV
164
+ toolchain : 1.60 .0 # MSRV
165
165
profile : minimal
166
166
override : true
167
167
components : clippy
Original file line number Diff line number Diff line change 32
32
- name : Install Rust (MSRV)
33
33
uses : actions-rs/toolchain@v1
34
34
with :
35
- toolchain : 1.54 .0 # MSRV
35
+ toolchain : 1.60 .0 # MSRV
36
36
profile : minimal
37
37
override : true
38
38
- name : Install Rust (base)
84
84
strategy :
85
85
matrix :
86
86
rust :
87
- - 1.54 .0 # MSRV
87
+ - 1.60 .0 # MSRV
88
88
- stable
89
- continue-on-error : ${{ matrix.rust != '1.54 .0' }} # MSRV
89
+ continue-on-error : ${{ matrix.rust != '1.60 .0' }} # MSRV
90
90
runs-on : ubuntu-latest
91
91
steps :
92
92
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ readme = "README.md"
10
10
categories = [" command-line-utilities" , " development-tools" ]
11
11
keywords = [" cargo" , " script" ]
12
12
edition = " 2018"
13
- rust-version = " 1.54 .0" # MSRV
13
+ rust-version = " 1.60 .0" # MSRV
14
14
authors = [" Fredrik Fornwall <fredrik@fornwall.net>" ]
15
15
include = [
16
16
" build.rs" ,
You can’t perform that action at this time.
0 commit comments