Skip to content

Commit

Permalink
Add custom toolchain configs to crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Vsevolod Tymofyeyev committed Aug 6, 2023
1 parent ada8894 commit 50a05b0
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions evaluation/gamie/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "nightly-2022-04-01"
components = ["rustfmt", "rustc-dev"]
profile = "minimal"
4 changes: 4 additions & 0 deletions evaluation/lsd/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "nightly-2022-04-01"
components = ["rustfmt", "rustc-dev"]
profile = "minimal"
4 changes: 4 additions & 0 deletions evaluation/quick-xml/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "nightly-2022-04-01"
components = ["rustfmt", "rustc-dev"]
profile = "minimal"
4 changes: 4 additions & 0 deletions evaluation/tight/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "nightly-2022-04-01"
components = ["rustfmt", "rustc-dev"]
profile = "minimal"
4 changes: 4 additions & 0 deletions evaluation/time/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "nightly-2022-04-01"
components = ["rustfmt", "rustc-dev"]
profile = "minimal"
4 changes: 4 additions & 0 deletions evaluation/toycrate/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "nightly-2022-04-01"
components = ["rustfmt", "rustc-dev"]
profile = "minimal"

0 comments on commit 50a05b0

Please sign in to comment.