File tree Expand file tree Collapse file tree 5 files changed +93
-156
lines changed Expand file tree Collapse file tree 5 files changed +93
-156
lines changed Original file line number Diff line number Diff line change 1- msrv = " 1.61 .0" # MSRV
1+ msrv = " 1.64 .0" # MSRV
Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ jobs:
5555 - name : No-default features
5656 run : cargo test --workspace --no-default-features
5757 msrv :
58- name : " Check MSRV: 1.61 .0"
58+ name : " Check MSRV: 1.64 .0"
5959 runs-on : ubuntu-latest
6060 steps :
6161 - name : Checkout repository
6262 uses : actions/checkout@v2
6363 - name : Install Rust
6464 uses : actions-rs/toolchain@v1
6565 with :
66- toolchain : 1.61 .0 # MSRV
66+ toolchain : 1.64 .0 # MSRV
6767 profile : minimal
6868 override : true
6969 - uses : Swatinem/rust-cache@v1
@@ -117,7 +117,7 @@ jobs:
117117 - name : Install Rust
118118 uses : actions-rs/toolchain@v1
119119 with :
120- toolchain : 1.61 .0 # MSRV
120+ toolchain : 1.64 .0 # MSRV
121121 profile : minimal
122122 override : true
123123 components : clippy
Original file line number Diff line number Diff line change 6161 strategy :
6262 matrix :
6363 rust :
64- - 1.61 .0 # MSRV
64+ - 1.64 .0 # MSRV
6565 - stable
66- continue-on-error : ${{ matrix.rust != '1.61 .0' }} # MSRV
66+ continue-on-error : ${{ matrix.rust != '1.64 .0' }} # MSRV
6767 runs-on : ubuntu-latest
6868 steps :
6969 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments