From 9f09b699e6b2ea0b012bc764b2327ce4d631f115 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Wed, 22 Oct 2025 21:31:46 +0200 Subject: [PATCH] chore: Update MSRV to 1.80 Signed-off-by: Dmitry Dygalo --- .github/workflows/build.yml | 2 +- README.md | 2 +- bindings/c/CHANGELOG.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2fa5fa1e..72379d0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -175,7 +175,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: - toolchain: "1.75" + toolchain: "1.80" - uses: Swatinem/rust-cache@v2 with: diff --git a/README.md b/README.md index 633c5863..4b18784e 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ To include it in your project, add the following line to the dependencies sectio css-inline = "0.17" ``` -The Minimum Supported Rust Version is 1.75. +The Minimum Supported Rust Version is 1.80. ## Usage diff --git a/bindings/c/CHANGELOG.md b/bindings/c/CHANGELOG.md index 0cf75d92..75288574 100644 --- a/bindings/c/CHANGELOG.md +++ b/bindings/c/CHANGELOG.md @@ -6,6 +6,10 @@ - `minify_css` option [#12](https://github.com/Stranger6667/css-inline/issues/12) +### Changed + +- Bump MSRV to `1.80`. + ## [0.17.0] - 2025-07-26 ### Added