Skip to content

Commit

Permalink
Merge pull request #72 from TheButlah/thebutlah/add-toolchain
Browse files Browse the repository at this point in the history
Added toolchains
  • Loading branch information
Schmarni-Dev authored Apr 24, 2024
2 parents da1082a + c711d30 commit b063b7b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[toolchain]
channel = "1.77.2"
components = ["rust-src"]
profile = "default"
targets = [
"aarch64-apple-darwin",
"aarch64-linux-android",
"x86_64-pc-windows-msvc",
"x86_64-unknown-linux-gnu",
]

0 comments on commit b063b7b

Please sign in to comment.