Skip to content

Commit 9f09b69

Browse files
committed
chore: Update MSRV to 1.80
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent c3ee65d commit 9f09b69

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175

176176
- uses: dtolnay/rust-toolchain@master
177177
with:
178-
toolchain: "1.75"
178+
toolchain: "1.80"
179179

180180
- uses: Swatinem/rust-cache@v2
181181
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To include it in your project, add the following line to the dependencies sectio
5757
css-inline = "0.17"
5858
```
5959

60-
The Minimum Supported Rust Version is 1.75.
60+
The Minimum Supported Rust Version is 1.80.
6161

6262
## Usage
6363

bindings/c/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- `minify_css` option [#12](https://github.com/Stranger6667/css-inline/issues/12)
88

9+
### Changed
10+
11+
- Bump MSRV to `1.80`.
12+
913
## [0.17.0] - 2025-07-26
1014

1115
### Added

0 commit comments

Comments
 (0)