Skip to content

Commit

Permalink
Reduce rust-version to 1.71.1 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlbaek committed May 20, 2024
1 parent 25d5f32 commit 231403a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.16.0"
exclude = ["/.github/*", "/benches", "/tests", "valgrind.supp", "bumpalo.png"]
rust-version = "1.73.0"
rust-version = "1.71.1"

[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 @@ -255,7 +255,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.73** and up. It might
This crate is guaranteed to compile on stable Rust **1.71.1** 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 231403a

Please sign in to comment.