Commit 4d5535d
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
0 commit comments