This repository was archived by the owner on Nov 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 61
61
strategy :
62
62
matrix :
63
63
rust :
64
- - 1.29.0
64
+ - 1.41.1
65
65
- beta
66
66
- stable
67
67
steps :
@@ -73,14 +73,11 @@ jobs:
73
73
profile : minimal
74
74
toolchain : ${{ matrix.rust }}
75
75
override : true
76
- - name : Pin cc if rust 1.29
77
- if : matrix.rust == '1.29.0'
78
- run : cargo generate-lockfile && cargo update -p serde_json --precise "1.0.39"
79
76
- name : Running cargo
80
77
env :
81
78
DO_FEATURE_MATRIX : true
82
- DO_SCHEMARS_TESTS : ${{matrix.rust != '1.29.0'}}
83
- DO_ALLOC_TESTS : ${{matrix.rust != '1.29.0'}}
79
+ DO_SCHEMARS_TESTS : true
80
+ DO_ALLOC_TESTS : true
84
81
run : ./contrib/test.sh
85
82
86
83
Embedded :
Original file line number Diff line number Diff line change @@ -11,14 +11,7 @@ since these are needed to display hashes anway.
11
11
12
12
## Minimum Supported Rust Version (MSRV)
13
13
14
- This library should always compile with any combination of features on ** Rust 1.29** .
15
- However, due to some dependencies breaking their MSRV in patch releases, you may
16
- need to pin these deps explicitly, e.g. with the following commands
17
-
18
- ```
19
- cargo generate-lockfile
20
- cargo update -p serde_json --precise "1.0.39"
21
- ```
14
+ This library should always compile with any combination of features on ** Rust 1.41.1** .
22
15
23
16
## Contributions
24
17
You can’t perform that action at this time.
0 commit comments