add x86_64-unknown-linux-gnu
This is probably the most common target and usually doesn't involve cross compilation.
This commit is contained in:
parent
52954f7a11
commit
3ac9be5a78
1 changed files with 3 additions and 0 deletions
|
@ -15,3 +15,6 @@ components = [
|
||||||
# For rust-analyzer
|
# For rust-analyzer
|
||||||
"rust-src",
|
"rust-src",
|
||||||
]
|
]
|
||||||
|
targets = [
|
||||||
|
"x86_64-unknown-linux-gnu",
|
||||||
|
]
|
||||||
|
|
Loading…
Reference in a new issue