Skip to content

Commit 440884c

Browse files
committed
Bump MSRV to 1.81
1 parent bf70880 commit 440884c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- master
6-
pull_request: {}
6+
pull_request: { }
77
schedule:
88
- cron: "0 12 * * 1" # Every Monday at 12:00 UTC
99

@@ -26,7 +26,7 @@ jobs:
2626
rustup default $RUST_TOOLCHAIN_VERSION
2727
rustup component add --toolchain $RUST_TOOLCHAIN_VERSION rustfmt clippy
2828
env:
29-
RUST_TOOLCHAIN_VERSION: 1.75.0
29+
RUST_TOOLCHAIN_VERSION: 1.81.0
3030

3131
- uses: Swatinem/rust-cache@v2
3232
with:

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.75.0"
7+
rust-version = "1.81.0"
88

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

0 commit comments

Comments
 (0)