mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-16 13:00:50 +01:00
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
|
||||
"rust-src",
|
||||
]
|
||||
targets = [
|
||||
"x86_64-unknown-linux-gnu",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue