File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
strategy :
33
33
matrix :
34
34
rust :
35
- - 1.48.0
35
+ - 1.56.1
36
36
- beta
37
37
- stable
38
38
os : [ ubuntu-latest, macos-latest ]
39
39
exclude :
40
- - rust : 1.48.0
40
+ - rust : 1.56.1
41
41
os : macos-latest
42
42
runs-on : ${{ matrix.os }}
43
43
steps :
@@ -89,12 +89,12 @@ jobs:
89
89
strategy :
90
90
matrix :
91
91
rust :
92
- - 1.48.0
92
+ - 1.56.1
93
93
- beta
94
94
- stable
95
95
os : [ ubuntu-latest, macos-latest ]
96
96
exclude :
97
- - rust : 1.48.0
97
+ - rust : 1.56.1
98
98
os : macos-latest
99
99
runs-on : ${{ matrix.os }}
100
100
steps :
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ against those existing symbols is left as an exercise to the reader.
33
33
34
34
## Minimum Supported Rust Version
35
35
36
- This library should always compile with any combination of features on ** Rust 1.48.0 ** .
36
+ This library should always compile with any combination of features on ** Rust 1.56.1 ** .
You can’t perform that action at this time.
0 commit comments