Skip to content

Commit

Permalink
Add rust-src component to recommended rust-toolchain.toml (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
pheki authored Jan 12, 2024
1 parent f93792a commit add8070
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ pub fn check_rust_version() {
- Run cargo with +nightly flag.\n \
- Create a rust-toolchain.toml in the root with the following content:\n \
[toolchain]\n \
channel = \"nightly\""
channel = \"nightly\"\n \
components = [ \"rust-src\" ]"
);
process::exit(1);
}
Expand Down

0 comments on commit add8070

Please sign in to comment.