cross compile static binaries for x86_64 and aarch64 #994

Merged
CobaltCause merged 18 commits from cross into next 2024-01-26 04:12:15 +00:00
Showing only changes of commit 3ac9be5a78 - Show all commits

View file

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