File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- msrv = " 1.61 .0" # MSRV
1
+ msrv = " 1.65 .0" # MSRV
Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ jobs:
60
60
- name : No-default features
61
61
run : cargo test --workspace --no-default-features
62
62
msrv :
63
- name : " Check MSRV: 1.61 .0"
63
+ name : " Check MSRV: 1.65 .0"
64
64
runs-on : ubuntu-latest
65
65
steps :
66
66
- name : Checkout repository
67
67
uses : actions/checkout@v3
68
68
- name : Install Rust
69
69
uses : actions-rs/toolchain@v1
70
70
with :
71
- toolchain : 1.61 .0 # MSRV
71
+ toolchain : 1.65 .0 # MSRV
72
72
profile : minimal
73
73
override : true
74
74
- uses : Swatinem/rust-cache@v2
@@ -122,7 +122,7 @@ jobs:
122
122
- name : Install Rust
123
123
uses : actions-rs/toolchain@v1
124
124
with :
125
- toolchain : 1.61 .0 # MSRV
125
+ toolchain : 1.65 .0 # MSRV
126
126
profile : minimal
127
127
override : true
128
128
components : clippy
Original file line number Diff line number Diff line change 71
71
strategy :
72
72
matrix :
73
73
rust :
74
- - 1.61 .0 # MSRV
74
+ - 1.65 .0 # MSRV
75
75
- stable
76
- continue-on-error : ${{ matrix.rust != '1.61 .0' }} # MSRV
76
+ continue-on-error : ${{ matrix.rust != '1.65 .0' }} # MSRV
77
77
runs-on : ubuntu-latest
78
78
steps :
79
79
- 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-interface" ]
11
11
keywords = [" git" ]
12
12
edition = " 2021"
13
- rust-version = " 1.61 .0" # MSRV
13
+ rust-version = " 1.65 .0" # MSRV
14
14
include = [
15
15
" build.rs" ,
16
16
" src/**/*" ,
You can’t perform that action at this time.
0 commit comments