Skip to content

Commit

Permalink
Update Rust toolchain file
Browse files Browse the repository at this point in the history
This ensures correct tools are available in GH actions.
  • Loading branch information
marcins committed Jul 13, 2023
1 parent 2e5405c commit 467e9b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rust-toolchain
@@ -1 +1,4 @@
nightly
[toolchain]
channel = "nightly"
components = [ "rustfmt", "clippy" ]
profile = "minimal"

0 comments on commit 467e9b2

Please sign in to comment.