Skip to content

Commit e605243

Browse files
committed
chore: Bump MSRV to 1.71.1
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 43a921e commit e605243

File tree

11 files changed

+26
-6
lines changed

11 files changed

+26
-6
lines changed

.github/workflows/build.yml

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

166166
- uses: dtolnay/rust-toolchain@master
167167
with:
168-
toolchain: "1.70"
168+
toolchain: "1.71.1"
169169

170170
- uses: Swatinem/rust-cache@v2
171171
with:

CHANGELOG.md

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

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Bump MSRV to `1.71.1`.
8+
59
## [0.14.3] - 2024-11-14
610

711
### Fixed

bindings/c/CHANGELOG.md

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

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Bump MSRV to `1.71.1`.
8+
59
## [0.14.3] - 2024-11-14
610

711
### Fixed

bindings/javascript/CHANGELOG.md

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

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Bump MSRV to `1.71.1`.
8+
59
## [0.14.3] - 2024-11-14
610

711
### Added

bindings/javascript/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/Stranger6667/css-inline"
99
keywords = ["css", "html", "email", "stylesheet", "inlining"]
1010
categories = ["web-programming"]
1111
license = "MIT"
12-
rust-version = "1.70"
12+
rust-version = "1.71.1"
1313
include = ["src/*.rs", "LICENSE", "README.md", "CHANGELOG.md"]
1414

1515
[lib]

bindings/python/CHANGELOG.md

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

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Bump MSRV to `1.71.1`.
8+
59
## [0.14.3] - 2024-11-14
610

711
### Fixed

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "css-inline-python"
33
version = "0.14.3"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
6-
rust-version = "1.70"
6+
rust-version = "1.71.1"
77
include = ["src/lib.rs", "README.md", "CHANGELOG.md", "build.rs"]
88

99
[lib]

bindings/ruby/CHANGELOG.md

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

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Bump MSRV to `1.71.1`.
8+
59
## [0.14.3] - 2024-11-14
610

711
### Fixed

bindings/ruby/css_inline.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
"source_code_uri" => "https://github.com/Stranger6667/css-inline/tree/master/bindings/ruby",
2222
}
2323

24-
spec.requirements = ["Rust >= 1.70"]
24+
spec.requirements = ["Rust >= 1.71.1"]
2525
spec.required_ruby_version = ">= 2.7.0"
2626
spec.required_rubygems_version = ">= 3.3.26"
2727

bindings/ruby/ext/css_inline/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/Stranger6667/css-inline"
99
keywords = ["css", "html", "email", "stylesheet", "inlining"]
1010
categories = ["web-programming"]
1111
license = "MIT"
12-
rust-version = "1.70"
12+
rust-version = "1.71.1"
1313

1414
[lib]
1515
name = "css_inline"

0 commit comments

Comments
 (0)