diff options
| author | LLLL Colonq <llll@colonq> | 2024-12-10 15:10:00 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-12-10 15:10:00 -0500 |
| commit | e63685632f5fa560f5ebc8190f670f41d9218879 (patch) | |
| tree | f2d5720ccc3d011cea58581d393784f85ece111e /rust-toolchain.toml | |
| parent | d5a5b454a4670a72826882c6ce4c87d1f597767c (diff) | |
Native done
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a09cf93..054a092 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -targets = [ "wasm32-unknown-unknown" ]
\ No newline at end of file +targets = [ "x86_64-unknown-linux-gnu", "wasm32-unknown-unknown" ]
\ No newline at end of file |
