Skip to content

Commit

Permalink
Bump MSRV to 1.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TedDriggs committed Jul 24, 2023
1 parent b95dade commit 0be32a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- nightly
- beta
- stable
- 1.40.0 # MSRV
- 1.56.0 # MSRV
features:
- ""
- --no-default-features
Expand Down
3 changes: 3 additions & 0 deletions derive_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.13.0] - 2023-07-24
- Bump MSRV to 1.56.0

## [0.12.0] - 2022-11-28
- Produce error when `default` is used with `field(type = "...")` rather than silently ignoring `default` #269
- Add support for `crate = "..."` to support re-export scenarios #274
Expand Down
2 changes: 1 addition & 1 deletion derive_builder/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![Build](https://github.com/colin-kiegel/rust-derive-builder/workflows/Build/badge.svg)
[![Rust version](https://img.shields.io/badge/rust-1.40+-blue.svg)]()
[![Rust version](https://img.shields.io/badge/rust-1.56+-blue.svg)]()
[![Documentation](https://docs.rs/derive_builder/badge.svg)](https://docs.rs/derive_builder)
[![Latest version](https://img.shields.io/crates/v/derive_builder.svg)](https://crates.io/crates/derive_builder)
[![All downloads](https://img.shields.io/crates/d/derive_builder.svg)](https://crates.io/crates/derive_builder)
Expand Down

0 comments on commit 0be32a4

Please sign in to comment.