Skip to content

Commit 122019b

Browse files
committed
Bump MSRV to 1.88.0
1 parent a5eb3ac commit 122019b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
rustup default $RUST_TOOLCHAIN_VERSION
3838
rustup component add --toolchain $RUST_TOOLCHAIN_VERSION rustfmt clippy
3939
env:
40-
RUST_TOOLCHAIN_VERSION: 1.85.0
40+
RUST_TOOLCHAIN_VERSION: 1.88.0
4141

4242
- uses: Swatinem/rust-cache@v2
4343
with:

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ members = ["collector", "collector/benchlib", "site", "database", "intern"]
33
exclude = ["rust/src"]
44
resolver = "2"
55

6+
[workspace.package]
7+
rust-version = "1.88.0"
8+
69
[workspace.dependencies]
710
anyhow = "1"
811
chrono = "0.4"

collector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "collector"
44
version = "0.1.0"
55
edition = "2021"
66
description = "Collects Rust performance data"
7-
rust-version = "1.85.0"
7+
rust-version = { workspace = true }
88

99
[dependencies]
1010
anyhow = { workspace = true }

0 commit comments

Comments
 (0)