Skip to content

Commit

Permalink
set minimum compiler version to 1.56 (version 2021)
Browse files Browse the repository at this point in the history
  • Loading branch information
sander2 committed Oct 23, 2023
1 parent 6576be9 commit 951b4b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- rust: nightly
env:
RUSTFMTCHK: false
- rust: 1.41.1
- rust: 1.56.0
env:
RUSTFMTCHK: false
steps:
Expand All @@ -27,7 +27,6 @@ jobs:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- run: cargo update -p serde --precise 1.0.189
- name: Running test script
env: ${{ matrix.env }}
run: ./contrib/test.sh
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ The following versions are officially supported and automatically tested:
* 0.21.0

# Minimum Supported Rust Version (MSRV)
This library should always compile with any combination of features on **Rust 1.41.1**.
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 comments on commit 951b4b1

Please sign in to comment.