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 2aa5116 commit e7a63aeCopy full SHA for e7a63ae
.github/workflows/build.yml
@@ -17,7 +17,7 @@ env:
17
CARGO_TERM_COLOR: always
18
CARGO_INCREMENTAL: "0"
19
CARGO_PROFILE_DEV_DEBUG: "0"
20
- RUST_TOOLCHAIN_VERSION: "1.85.0"
+ RUST_TOOLCHAIN_VERSION: "1.93.0"
21
RUSTFLAGS: "-D warnings"
22
RUSTDOCFLAGS: "-D warnings"
23
RUST_LOG: "info"
.github/workflows/pr_pre-commit.yaml
@@ -6,7 +6,7 @@ on:
6
7
env:
8
9
10
11
jobs:
12
pre-commit:
0 commit comments