Merge pull request #57 from AlessandroBregoli/56-meta-add-rust-toolchaintoml

Added `rust-toolchain.toml`
pull/58/head
Meliurwen 2 years ago committed by GitHub
commit 68b2afff59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      rust-toolchain.toml

@ -0,0 +1,7 @@
# This file defines the Rust toolchain to use when a command is executed.
# See also https://rust-lang.github.io/rustup/overrides.html
[toolchain]
channel = "stable"
components = [ "clippy", "rustfmt" ]
profile = "minimal"
Loading…
Cancel
Save