Skip to content

Commit

Permalink
Add a rust-toolchain file. (#1006)
Browse files Browse the repository at this point in the history
* Add a rust-toolchain file.

I have found this to be really helpful with my other projects to ensure
that people are developing on the same version, etc. Happy to change the
settings to whatever makes sense based on feedback. `channel` is
probably the only critical thing.

* Simplify based on feedback.

* Bump rust version.
  • Loading branch information
gorzell authored Aug 12, 2022
1 parent 2969b66 commit 5d3e72a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "1.63.0"
components = [ "rustfmt", "clippy" ]

0 comments on commit 5d3e72a

Please sign in to comment.