Skip to content

Commit

Permalink
added toolchain (#166)
Browse files Browse the repository at this point in the history
added rust-toolchain file in order to run `cargo build` outside of docker and use the right version as the docker image would

### Test Plan

run `cargo build`and `rustup show`to view that the same settings as by the docker image are used
  • Loading branch information
nargeslein authored May 2, 2022
1 parent 3011d69 commit d0eed4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "stable"
components = ["clippy", "rustfmt"]
profile = "minimal"

0 comments on commit d0eed4b

Please sign in to comment.