Skip to content

Commit

Permalink
Bump MSRV to 1.65.
Browse files Browse the repository at this point in the history
Currently, the regex crate requires this, but it will also allow
to bump the criterion crate.
  • Loading branch information
waywardmonkeys committed Nov 19, 2023
1 parent 4ff9827 commit b4e9a1e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
rust_channel: ["stable", "beta", "nightly", "1.63.0"]
rust_channel: ["stable", "beta", "nightly", "1.65.0"]
feature_set: ["--features collections,boxed"]
include:
- rust_channel: "nightly"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Released YYYY-MM-DD.

### Changed

* TODO (or remove section if none)
* The minimum supported Rust version (MSRV) is now 1.63.0.

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
repository = "https://github.com/fitzgen/bumpalo"
version = "3.14.0"
exclude = ["/.github/*", "/benches", "/tests", "valgrind.supp", "bumpalo.png"]
rust-version = "1.60.0"
rust-version = "1.65.0"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ the unstable nightly`Allocator` API on stable Rust. This means that

### Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust **1.63** and up. It might
This crate is guaranteed to compile on stable Rust **1.65** and up. It might
compile with older versions but that may change in any new patch release.

We reserve the right to increment the MSRV on minor releases, however we will
Expand Down

0 comments on commit b4e9a1e

Please sign in to comment.