Skip to content

Commit 8151418

Browse files
authored
Bump rust version requirement to 1.82, because dependencies (#557)
This should fix: ``` error: rustc 1.81.0 is not supported by the following packages: [email protected] requires rustc 1.82 [email protected] requires rustc 1.82 [email protected] requires rustc 1.82 [email protected] requires rustc 1.82 [email protected] requires rustc 1.82 [email protected] requires rustc 1.82 [email protected] requires rustc 1.82 [email protected] requires rustc 1.82 [email protected] requires rustc 1.82 [email protected] requires rustc 1.82 [email protected] requires rustc 1.82 [email protected] requires rustc 1.82 [email protected] requires rustc 1.82 [email protected] requires rustc 1.82 [email protected] requires rustc 1.82 [email protected] requires rustc 1.82 Either upgrade rustc or select compatible dependency versions with `cargo update <name>@<current-ver> --precise <compatible-ver>` where `<compatible-ver>` is the latest version supporting rustc 1.81.0 ``` Signed-off-by: Thomas Habets <[email protected]>
1 parent 1d3174b commit 8151418

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.81.0
12+
ACTIONS_LINTS_TOOLCHAIN: 1.82.0
1313
# Minimum supported Rust version (MSRV)
14-
ACTION_MSRV_TOOLCHAIN: 1.81.0
14+
ACTION_MSRV_TOOLCHAIN: 1.82.0
1515
EXTRA_FEATURES: "protobuf push process"
1616

1717
jobs:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +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"
12+
rust-version = "1.82"
1313
version = "0.14.0"
1414

1515
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)