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 816c461 commit f98b446Copy full SHA for f98b446
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
# the rust-toolchain.toml file as metrics-observer requires 1.74 to build. See
49
# https://github.com/metrics-rs/metrics/pull/505#discussion_r1724092556 for more information.
50
matrix:
51
- rust_version: ['stable', 'nightly', '1.71.1']
+ rust_version: ['stable', 'nightly', '1.74.0', '1.71.1']
52
include:
53
- rust_version: '1.71.1'
54
exclude-packages: '--exclude metrics-observer'
0 commit comments