chore: Specify channel and target used in the project

This commit is contained in:
Baptiste Roux
2023-02-01 03:35:26 +01:00
parent 8eeb010c3a
commit a3824c2671

3
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,3 @@
[toolchain]
channel = "nightly"
targets = ["x86_64-unknown-linux-musl"]