Skip to content

Commit 6b75481

Browse files
committed
Increase the MSRV to 1.59.0
Note, this is still lower than the MSRV used in `specs`. I bumped this because rayon-core v1.11.0 requires this version and the CI was failing since there is no lockfile pinning this to an older rayon-core version.
1 parent 6b61ce4 commit 6b75481

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- nightly
2121
- beta
2222
- stable
23-
- 1.56.1 # MSRV
23+
- 1.59.0 # MSRV
2424

2525
timeout-minutes: 10
2626

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
* Increase MSRV to 1.59.0 because of `rayon-core v1.11.0`.
6+
37
## 0.14.1 (2022-07-14)
48

59
* Undo performance regression from removing `hashbrown` by using `ahash` hasher

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["concurrency"]
1414
license = "MIT OR Apache-2.0"
1515
exclude = ["bors.toml", ".travis.yml"]
1616
edition = "2021"
17-
rust-version = "1.56.1"
17+
rust-version = "1.59.0"
1818

1919
[dependencies]
2020
ahash = "0.7.6"

0 commit comments

Comments
 (0)