Skip to content

Commit 08197e4

Browse files
Merge pull request #495 from mehcode/chore/0.13.x-min-versions
[release-0.13.x] chore(Cargo.toml): Better document direct deps
2 parents 2ded348 + bedfb5d commit 08197e4

File tree

3 files changed

+207
-283
lines changed

3 files changed

+207
-283
lines changed

.github/workflows/msrv.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
rust:
12-
- 1.59.0
12+
- 1.56.1
1313
- stable
1414
- beta
1515
- nightly
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
rust:
51-
- 1.59.0
51+
- 1.56.1
5252
- stable
5353
- beta
5454
- nightly
@@ -67,14 +67,14 @@ jobs:
6767
run: cp Cargo.lock.msrv Cargo.lock
6868

6969
- name: Run cargo test
70-
if: matrix.rust != 'nightly' && matrix.rust != '1.59.0'
70+
if: matrix.rust != 'nightly' && matrix.rust != '1.56.1'
7171
uses: actions-rs/cargo@v1
7272
with:
7373
command: test
7474
args: --all-features
7575

7676
- name: Run cargo test (nightly)
77-
if: matrix.rust == '1.59.0'
77+
if: matrix.rust == '1.56.1'
7878
continue-on-error: true
7979
uses: actions-rs/cargo@v1
8080
with:
@@ -127,7 +127,7 @@ jobs:
127127
- name: Install toolchain
128128
uses: actions-rs/toolchain@v1
129129
with:
130-
toolchain: 1.59.0
130+
toolchain: 1.56.1
131131
override: true
132132
components: clippy
133133

@@ -147,7 +147,7 @@ jobs:
147147
strategy:
148148
matrix:
149149
rust:
150-
- 1.59.0
150+
- 1.56.1
151151
- stable
152152

153153
steps:

0 commit comments

Comments
 (0)