Skip to content

Commit

Permalink
Bump rmp-serde from 1.1.2 to 1.2.0 (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb committed Apr 28, 2024
2 parents 29ea916 + 625c6a4 commit ea4d1d0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
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
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
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
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
2 changes: 1 addition & 1 deletion serde_with/Cargo.toml
Expand Up @@ -144,7 +144,7 @@ jsonschema = { version = "0.17.1", default-features = false, features = ["resolv
mime = "0.3.16"
pretty_assertions = "1.4.0"
regex = {version = "1.10.3", default-features = false, features = ["std"]}
rmp-serde = "1.1.0"
rmp-serde = "1.2.0"
ron = "0.8"
rustversion = "1.0.0"
schemars_0_8 = {package = "schemars", version = "0.8.16"}
Expand Down

0 comments on commit ea4d1d0

Please sign in to comment.