Skip to content

Commit fa5b93c

Browse files
committed
Bump MSRV to 1.87.0
1 parent cb4632f commit fa5b93c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions-rs/toolchain@v1
4747
with:
4848
profile: minimal
49-
toolchain: 1.85.0
49+
toolchain: 1.87.0
5050
override: true
5151

5252
- uses: Swatinem/rust-cache@v2
@@ -94,7 +94,7 @@ jobs:
9494
uses: actions-rs/toolchain@v1
9595
with:
9696
profile: minimal
97-
toolchain: 1.85.0
97+
toolchain: 1.87.0
9898
override: true
9999

100100
- uses: Swatinem/rust-cache@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions-rs/toolchain@v1
2020
with:
2121
profile: minimal
22-
toolchain: 1.85.0
22+
toolchain: 1.87.0
2323
override: true
2424
components: clippy, rustfmt
2525

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ default-members = [
1111
resolver = "2"
1212

1313
[workspace.package]
14-
rust-version = "1.85.0"
14+
rust-version = "1.87.0"
1515
edition = "2024"
1616
authors = ["Ada Böhm <ada@kreatrix.org>", "Jakub Beránek <berykubik@gmail.com>"]
1717

0 commit comments

Comments
 (0)