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 7a592ed commit b7ecbfdCopy full SHA for b7ecbfd
3 files changed
.github/workflows/build.yaml
@@ -5,7 +5,7 @@ on:
5
pull_request:
6
7
env:
8
- RUST_TOOLCHAIN_VERSION: "1.87.0"
+ RUST_TOOLCHAIN_VERSION: "1.91.1"
9
RUSTFLAGS: "-D warnings"
10
RUSTDOCFLAGS: "-D warnings"
11
CARGO_TERM_COLOR: always
.github/workflows/pr_pre-commit.yaml
@@ -6,7 +6,7 @@ on:
HADOLINT_VERSION: "v2.12.0"
12
jobs:
.github/workflows/release.yaml
@@ -4,7 +4,7 @@ on:
4
tags: ['v[0-9]+.[0-9]+.[0-9]+']
0 commit comments