Skip to content

Commit e58d20e

Browse files
committed
chore: Mention nightly Rust toolchain updates
1 parent c89dd37 commit e58d20e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr_pre-commit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
pull_request:
66

77
env:
8+
# Keep in sync with across other repos like operator-rs and operator-templating
89
RUST_TOOLCHAIN_VERSION: "nightly-2025-05-26"
910
HADOLINT_VERSION: "v2.12.0"
1011
PYTHON_VERSION: "3.12"

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"rust-analyzer.rustfmt.overrideCommand": [
33
"rustfmt",
4+
// Keep in sync with across other repos like operator-rs and operator-templating
45
"+nightly-2025-05-26",
56
"--edition",
67
"2024",

0 commit comments

Comments
 (0)