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:
Charles Hall 2024-01-23 11:10:23 -08:00
parent 52954f7a11
commit 3ac9be5a78
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF

View file

@ -15,3 +15,6 @@ components = [
# For rust-analyzer
"rust-src",
]
targets = [
"x86_64-unknown-linux-gnu",
]