diff --git a/rust-toolchain b/rust-toolchain deleted file mode 100644 index 22d6771a4..000000000 --- a/rust-toolchain +++ /dev/null @@ -1 +0,0 @@ -1.72.1 diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 000000000..df9cee290 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +profile = "default" +channel = "1.72.1"