Skip to content

Commit

Permalink
chore: Bump MSRV to 1.71.1
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Dec 26, 2024
1 parent 43a921e commit e605243
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:

- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.70"
toolchain: "1.71.1"

- uses: Swatinem/rust-cache@v2
with:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- Bump MSRV to `1.71.1`.

## [0.14.3] - 2024-11-14

### Fixed
Expand Down
4 changes: 4 additions & 0 deletions bindings/c/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- Bump MSRV to `1.71.1`.

## [0.14.3] - 2024-11-14

### Fixed
Expand Down
4 changes: 4 additions & 0 deletions bindings/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- Bump MSRV to `1.71.1`.

## [0.14.3] - 2024-11-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion bindings/javascript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/Stranger6667/css-inline"
keywords = ["css", "html", "email", "stylesheet", "inlining"]
categories = ["web-programming"]
license = "MIT"
rust-version = "1.70"
rust-version = "1.71.1"
include = ["src/*.rs", "LICENSE", "README.md", "CHANGELOG.md"]

[lib]
Expand Down
4 changes: 4 additions & 0 deletions bindings/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- Bump MSRV to `1.71.1`.

## [0.14.3] - 2024-11-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "css-inline-python"
version = "0.14.3"
authors = ["Dmitry Dygalo <[email protected]>"]
edition = "2021"
rust-version = "1.70"
rust-version = "1.71.1"
include = ["src/lib.rs", "README.md", "CHANGELOG.md", "build.rs"]

[lib]
Expand Down
4 changes: 4 additions & 0 deletions bindings/ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- Bump MSRV to `1.71.1`.

## [0.14.3] - 2024-11-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion bindings/ruby/css_inline.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
"source_code_uri" => "https://github.com/Stranger6667/css-inline/tree/master/bindings/ruby",
}

spec.requirements = ["Rust >= 1.70"]
spec.requirements = ["Rust >= 1.71.1"]
spec.required_ruby_version = ">= 2.7.0"
spec.required_rubygems_version = ">= 3.3.26"

Expand Down
2 changes: 1 addition & 1 deletion bindings/ruby/ext/css_inline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/Stranger6667/css-inline"
keywords = ["css", "html", "email", "stylesheet", "inlining"]
categories = ["web-programming"]
license = "MIT"
rust-version = "1.70"
rust-version = "1.71.1"

[lib]
name = "css_inline"
Expand Down
2 changes: 1 addition & 1 deletion css-inline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = [
"tests",
]
categories = ["web-programming"]
rust-version = "1.70"
rust-version = "1.71.1"

[[bin]]
name = "css-inline"
Expand Down

0 comments on commit e605243

Please sign in to comment.