diff --git a/Cargo.toml b/Cargo.toml index 1b53b57e..6c3b3601 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,7 @@ build = "build.rs" exclude = [ ".cargo-husky/", ".github/", + ".idea", ".vscode/", "assets/", "desktop/", @@ -33,9 +34,7 @@ exclude = [ "codecov.yml", "CONTRIBUTING.md", "Cross.toml", - "debug.log", - "flamegraph.svg", - "perf.data", + "rust-toolchain.toml", "rustfmt.toml", ] # The oldest version I've tested that should still build - note this is not an official MSRV! diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 00000000..4d2dee85 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "1.80.0"