Added `rust-toolchain.toml` #57

Merged
meliurwen merged 1 commits from 56-meta-add-rust-toolchaintoml into dev 2 years ago
  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