Skip to content

Commit a33a1b7

Browse files
authored
chore(toolchain): pin rust-toolchain.toml to stable + rustfmt+clippy components (#534)
1 parent 3b3d0cd commit a33a1b7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

rust-toolchain.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[toolchain]
2+
channel = "stable"
3+
components = ["rustfmt", "clippy"]
4+
profile = "minimal"

0 commit comments

Comments
 (0)