From cd7431e195016af4348016efa3846b47cfc585cf Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 17 Jun 2023 15:51:56 +1000 Subject: [PATCH] Add `rust-toolchain.toml` (#1147) to fix dependabot Signed-off-by: Jiahao XU --- rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 00000000..2fc3eef2 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "stable" +profile = "minimal"