Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
feat: add toolchain info
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptokage1996 committed Sep 17, 2024
1 parent e81eb7f commit 1c9fae3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "1.79.0" # or "nightly", "beta", or a specific version like "1.56.0"
components = ["rustfmt", "clippy"] # optional, specify additional components
targets = ["wasm32-unknown-unknown"] # optional, specify additional targets

0 comments on commit 1c9fae3

Please sign in to comment.