Skip to content

Commit c5d62c9

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

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
env:
1111
JAVA_VERSION: "17"
12+
RUST_TOOLCHAIN: "1.83"
1213

1314
jobs:
1415
commitsar:
@@ -175,7 +176,7 @@ jobs:
175176

176177
- uses: dtolnay/rust-toolchain@master
177178
with:
178-
toolchain: "1.75"
179+
toolchain: "1.83"
179180

180181
- uses: Swatinem/rust-cache@v2
181182
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)