Skip to content

Commit

Permalink
Bump MSRV to 1.66 for dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb committed Apr 28, 2024
1 parent e3cc845 commit 625c6a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# It is good to test more than the MSRV and stable since sometimes
# breakage occurs in intermediate versions.
# IMPORTANT: Synchronize the MSRV with the Cargo.toml values.
rust: ["1.65", "1.70", "1.75", "stable", "beta", "nightly"]
rust: ["1.66", "1.70", "1.75", "stable", "beta", "nightly"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/jonasbb/serde_with/"
rust-version = "1.65"
rust-version = "1.66"
version = "3.8.1"

[workspace.metadata.release]
Expand Down
4 changes: 4 additions & 0 deletions serde_with/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed

* Bump MSRV to 1.66, since that is required for the `rmp` dependency.

## [3.8.1] - 2024-04-28

### Fixed
Expand Down

0 comments on commit 625c6a4

Please sign in to comment.