Skip to content

Commit

Permalink
chore: bump MSRV to 1.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pitkley committed Dec 19, 2023
1 parent 894a68f commit b8c49bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- stable
- beta
- # MSRV
1.60.0
1.67.0
target:
- ""
continue-on-error:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[shiplift]: https://github.com/softprops/shiplift
[bollard]: https://github.com/fussybeaver/bollard

* Bump minimum supported Rust version to 1.60.0 (from 1.46.0).
* Bump minimum supported Rust version to 1.67.0 (from 1.46.0).

(Required after updating dependencies.)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ In general, the versioning scheme for DFW follows the semantic versioning guidel

Special cases:

* A bump in the minimum supported Rust version (MSRV), which for DFW currently is 1.60.0, will be done in minor version updates (i.e. they do not require a major version bump).
* A bump in the minimum supported Rust version (MSRV), which for DFW currently is 1.67.0, will be done in minor version updates (i.e. they do not require a major version bump).
* DFW is available both as a binary for direct use and as a library on [crates.io](https://crates.io/crates/dfw).

The target audience of DFW are the users of the binary, and support for the library's public API is only provided on a best-effort basis.
Expand Down

0 comments on commit b8c49bb

Please sign in to comment.