Created
June 8, 2023 15:48
-
-
Save brunopgalvao/b00df13e8a5f860b428b5bc8815d64cf to your computer and use it in GitHub Desktop.
trappist rust-toolchain.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[toolchain] | |
channel = "nightly-2023-01-01" | |
components = [ "rustfmt" ] | |
targets = [ "wasm32-unknown-unknown" ] | |
profile = "minimal" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment