Skip to content

Commit 4d5535d

Browse files
authored
Hardcode the use of the "default" profile for rustup (#525)
At some point rustup changed the default profile from "default" to "minimal" if no other profile was specified. This caused our pre-commit checks to fail which rely on clippy which is not in the "minimal" profile. We now specify our dependency on the "default" profile explicitly to be more independent of future rustup changes.
1 parent b3a513a commit 4d5535d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/rust-toolchain.toml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# DO NOT EDIT, this file is generated by operator-templating
22
[toolchain]
33
channel = "{[ rust_version }]"
4+
profile = "default"

0 commit comments

Comments
 (0)