cargo: bump MSRV to 1.81 (#539)
Signed-off-by: Luca BRUNO <lucab@lucabruno.net>
This commit is contained in:
parent
3bd0e82f1f
commit
52d76fc2d8
|
|
@ -9,9 +9,9 @@ on:
|
|||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
# Pinned toolchain for linting and benchmarks
|
||||
ACTIONS_LINTS_TOOLCHAIN: 1.78.0
|
||||
ACTIONS_LINTS_TOOLCHAIN: 1.81.0
|
||||
# Minimum supported Rust version (MSRV)
|
||||
ACTION_MSRV_TOOLCHAIN: 1.74.0
|
||||
ACTION_MSRV_TOOLCHAIN: 1.81.0
|
||||
EXTRA_FEATURES: "protobuf push process"
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue