Skip to content

Commit

Permalink
Merge pull request #82 from Near-One/chore-adjust-rust-toolchain
Browse files Browse the repository at this point in the history
chore: patch rust toolchain to use minimal profile
  • Loading branch information
diegofigs committed Apr 19, 2024
2 parents 3b289c3 + a62ac32 commit c3c946b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[toolchain]
channel = "1.74.1"
components = ["minimal", "rustfmt", "clippy"]
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]
profile = "minimal"

0 comments on commit c3c946b

Please sign in to comment.