diff options
author | stuebinm | 2023-03-02 02:10:09 +0100 |
---|---|---|
committer | stuebinm | 2023-03-02 02:10:09 +0100 |
commit | 476ed4c73d9ae03d9af35ab1e80f72aba0b36fbf (patch) | |
tree | 1e15bd80701d31ce906e870720bb62027f9adb1b /rust-toolchain.toml | |
parent | 5596ebcbad7721f767972c3143f8e5be1ba8fc09 (diff) |
but also i wanted to do this two years ago, but couldn't figure out
how so there was always this binary blob …
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r-- | rust-toolchain.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..e58edcb --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,5 @@ +[toolchain] +channel = "stable" +components = [] +targets = [ "wasm32-unknown-unknown" ] +profile = "default" |