From 29e3aba9cd0a4a1011cd0b31587e58c094ac1b40 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Fri, 12 Jan 2024 20:56:02 +0100 Subject: Increase MSRV to 1.60. --- .github/workflows/build.yml | 4 ++-- CHANGELOG.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3537d1..2b8cf0e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rust: [stable, 1.31.0] + rust: [stable, 1.60.0] TARGET: - x86_64-unknown-linux-gnu - x86_64-unknown-linux-musl @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rust: [1.52.1] + rust: [1.60.0] TARGET: - x86_64-unknown-linux-gnu diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c50ecc..1085703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +- MSRV increased to 1.60. - Updated `embedded-hal` to version `1`, `read` in one-shot mode is therefore only an inherent method. ## [0.2.2] - 2021-07-29 -- cgit v1.2.3-54-g00ecf