We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd0e82 commit 52d76fcCopy full SHA for 52d76fc
.github/workflows/rust.yml
@@ -9,9 +9,9 @@ on:
9
env:
10
CARGO_TERM_COLOR: always
11
# Pinned toolchain for linting and benchmarks
12
- ACTIONS_LINTS_TOOLCHAIN: 1.78.0
+ ACTIONS_LINTS_TOOLCHAIN: 1.81.0
13
# Minimum supported Rust version (MSRV)
14
- ACTION_MSRV_TOOLCHAIN: 1.74.0
+ ACTION_MSRV_TOOLCHAIN: 1.81.0
15
EXTRA_FEATURES: "protobuf push process"
16
17
jobs:
Cargo.toml
@@ -9,6 +9,7 @@ license = "Apache-2.0"
name = "prometheus"
readme = "README.md"
repository = "https://github.com/tikv/rust-prometheus"
+rust-version = "1.81"
version = "0.13.4"
[package.metadata.docs.rs]
0 commit comments