Skip to content

Commit

Permalink
Bump MSRV to 1.55
Browse files Browse the repository at this point in the history
  • Loading branch information
jannic committed Sep 19, 2024
1 parent 1c1f9c0 commit f0cd528
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ block_labels = ["needs-decision"]
delete_merged_branches = true
required_approvals = 1
status = [
"clippy (1.54)",
"clippy (1.55)",
"clippy (1.63)",
"clippy (1.63, std)",
"rustfmt",
"test (1.54)",
"test (1.55)",
"test (1.63)",
"test (1.63, std)",
]
]
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
include:
- rust: 1.54
- rust: 1.55
features: ''
- rust: 1.63
features: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
include:
- rust: 1.54
- rust: 1.55
features: ''
- rust: 1.63
features: ''
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

No unreleased changes yet
- Use `MaybeUninit` instead of `UnsafeCell`, internally.
- MSRV changed to `1.55` when `std` feature is disabled.

## [v1.1.3] - 2024-08-22

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ which would be unsound.

This crate is guaranteed to compile on the following Rust versions:

- If the `std` feature is not enabled: stable Rust 1.54 and up.
- If the `std` feature is not enabled: stable Rust 1.55 and up.
- If the `std` feature is enabled: stable Rust 1.63 and up.

It might compile with older versions but that may change in any new patch release.
Expand Down

0 comments on commit f0cd528

Please sign in to comment.