Skip to content

Commit

Permalink
Fix MSRV in Cargo.toml; bump to version 3.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Feb 20, 2024
1 parent bb660a3 commit f8597ce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ Released YYYY-MM-DD.

--------------------------------------------------------------------------------

## 3.15.1

Released 2024-02-20.

### Fixed

* Fixed the MSRV listed in `Cargo.toml`, whose update was forgotten when the
MSRV bumped in release 3.15.0.

--------------------------------------------------------------------------------

## 3.15.0

Released 2024-02-15.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ license = "MIT OR Apache-2.0"
name = "bumpalo"
readme = "README.md"
repository = "https://github.com/fitzgen/bumpalo"
version = "3.15.0"
version = "3.15.1"
exclude = ["/.github/*", "/benches", "/tests", "valgrind.supp", "bumpalo.png"]
rust-version = "1.65.0"
rust-version = "1.73.0"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit f8597ce

Please sign in to comment.