Skip to content

Commit

Permalink
add requested targets
Browse files Browse the repository at this point in the history
  • Loading branch information
StripedMonkey authored Aug 31, 2024
1 parent 3159e61 commit 2c192b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

0 comments on commit 2c192b5

Please sign in to comment.