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

View File

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