From 381fdae12824e3b8c709569bb7bc5c169abfa083 Mon Sep 17 00:00:00 2001 From: Matthias Wahl Date: Sat, 16 Sep 2023 20:28:35 +0200 Subject: [PATCH] Use toml based rust-toolchain file so dependabot can pick it up. --- rust-toolchain | 1 - rust-toolchain.toml | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 rust-toolchain create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain b/rust-toolchain deleted file mode 100644 index 5deab58..0000000 --- a/rust-toolchain +++ /dev/null @@ -1 +0,0 @@ -1.68.2 diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..864d3c4 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "1.68.2"