add requested targets

This commit is contained in:
Noah
2024-08-31 11:53:45 -04:00
committed by GitHub
parent 3159e61c05
commit 2c192b5689

View File

@@ -2,6 +2,8 @@
# Anything in the latest stable version of rust is fine to use.
channel = "stable"
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-apple-darwin",
"x86_64-pc-windows-gnu",
"x86_64-pc-windows-msvc",
]
"x86_64-unknown-linux-gnu",
]