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 99e0c51 commit 34b3b7fCopy full SHA for 34b3b7f
.github/workflows/audit.yaml
@@ -4,7 +4,7 @@ on:
4
- cron: "0 0 * * *"
5
workflow_dispatch:
6
env:
7
- rust_version: nightly-2024-09-04
+ rust_version: nightly-2025-08-06
8
9
# RUSTSEC-2020-0071 , RUSTSEC-2020-0159
10
# chrono, a Rust date-time crate we use for timestamp parsing was added
.github/workflows/canary.yaml
@@ -8,7 +8,7 @@ on:
- "canary*"
tool_rust_version: 1.86.0
11
- rust_nightly_version: nightly-2025-05-04
+ rust_nightly_version: nightly-2025-08-06
12
13
jobs:
14
generate-canary-matrix:
0 commit comments