Skip to content

Commit 52d76fc

Browse files
authored
cargo: bump MSRV to 1.81 (#539)
Signed-off-by: Luca BRUNO <[email protected]>
1 parent 3bd0e82 commit 52d76fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
env:
1010
CARGO_TERM_COLOR: always
1111
# Pinned toolchain for linting and benchmarks
12-
ACTIONS_LINTS_TOOLCHAIN: 1.78.0
12+
ACTIONS_LINTS_TOOLCHAIN: 1.81.0
1313
# Minimum supported Rust version (MSRV)
14-
ACTION_MSRV_TOOLCHAIN: 1.74.0
14+
ACTION_MSRV_TOOLCHAIN: 1.81.0
1515
EXTRA_FEATURES: "protobuf push process"
1616

1717
jobs:

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ license = "Apache-2.0"
99
name = "prometheus"
1010
readme = "README.md"
1111
repository = "https://github.com/tikv/rust-prometheus"
12+
rust-version = "1.81"
1213
version = "0.13.4"
1314

1415
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)