From 2d5be64009679bd33ac2a5d092da186efcfd8af7 Mon Sep 17 00:00:00 2001 From: "Michael P. Jung" Date: Tue, 10 Dec 2024 22:58:42 +0100 Subject: [PATCH] Increase MSRV to 1.76 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e56b17..16b7b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0] - 2024-12-10 + ### Changed - Update `tokio-modbus` to version `0.16` - Update `thiserror` to version `2.0` +- Increase MSRV to 1.76 ## [0.7.2] - 2024-12-10 diff --git a/Cargo.toml b/Cargo.toml index c6f6b33..5a4b6d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["sunspec", "models", "generated"] license = "MIT OR Apache-2.0" repository = "https://github.com/bikeshedder/sunspec" readme = "README.md" -rust-version = "1.75" +rust-version = "1.76" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html