File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 15
15
- rust : nightly
16
16
env :
17
17
RUSTFMTCHK : false
18
- - rust : 1.41.1
18
+ - rust : 1.56.0
19
19
env :
20
20
RUSTFMTCHK : false
21
21
steps :
27
27
profile : minimal
28
28
toolchain : ${{ matrix.rust }}
29
29
override : true
30
- - run : cargo update -p serde --precise 1.0.189
31
30
- name : Running test script
32
31
env : ${{ matrix.env }}
33
32
run : ./contrib/test.sh
Original file line number Diff line number Diff line change @@ -47,4 +47,4 @@ The following versions are officially supported and automatically tested:
47
47
* 0.21.0
48
48
49
49
# Minimum Supported Rust Version (MSRV)
50
- This library should always compile with any combination of features on ** Rust 1.41.1 ** .
50
+ This library should always compile with any combination of features on ** Rust 1.56.0 ** (the first compiler version that supported Rust version 2021) .
You can’t perform that action at this time.
0 commit comments