From 19ba234341821bc68f3d06787ee15e5342fcaea8 Mon Sep 17 00:00:00 2001 From: Emilis Date: Thu, 8 May 2025 23:31:10 +0100 Subject: add rust-toolchain.toml + error log + rustfmt --- rust-toolchain.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rust-toolchain.toml (limited to 'rust-toolchain.toml') diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..5d56faf --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly" -- cgit