Skip to content

Commit

Permalink
Use "minimal" profile for rustup, so we don't download unnecessary th…
Browse files Browse the repository at this point in the history
…ings in CI
  • Loading branch information
WaffleLapkin authored and pietroalbini committed May 13, 2024
1 parent 444ef91 commit b0e253a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# We want to pin the precise toolchain used to make sure everything is reproducible.
[toolchain]
channel = "nightly-2024-05-10"
profile = "minimal"
components = ["miri", "rust-src"]

0 comments on commit b0e253a

Please sign in to comment.