Merge pull request #65 from StripedMonkey/msrv

create rust-toolchain.toml
This commit is contained in:
Alexander Medvedev
2024-09-01 08:50:12 +01:00
committed by GitHub

9
rust-toolchain.toml Normal file
View File

@@ -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",
]