Skip to content

Commit 951b4b1

Browse files
committed
set minimum compiler version to 1.56 (version 2021)
1 parent 6576be9 commit 951b4b1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/rust.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- rust: nightly
1616
env:
1717
RUSTFMTCHK: false
18-
- rust: 1.41.1
18+
- rust: 1.56.0
1919
env:
2020
RUSTFMTCHK: false
2121
steps:
@@ -27,7 +27,6 @@ jobs:
2727
profile: minimal
2828
toolchain: ${{ matrix.rust }}
2929
override: true
30-
- run: cargo update -p serde --precise 1.0.189
3130
- name: Running test script
3231
env: ${{ matrix.env }}
3332
run: ./contrib/test.sh

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ The following versions are officially supported and automatically tested:
4747
* 0.21.0
4848

4949
# 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).

0 commit comments

Comments
 (0)