Skip to content

Commit

Permalink
Merge pull request #65 from StripedMonkey/msrv
Browse files Browse the repository at this point in the history
create rust-toolchain.toml
  • Loading branch information
Snowiiii authored Sep 1, 2024
2 parents e4fd015 + 2c192b5 commit 9cd245b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[toolchain]
# Anything in the latest stable version of rust is fine to use.
channel = "stable"
targets = [
"x86_64-apple-darwin",
"x86_64-pc-windows-gnu",
"x86_64-pc-windows-msvc",
"x86_64-unknown-linux-gnu",
]

0 comments on commit 9cd245b

Please sign in to comment.