From ad3b40b8964c3cbb24f5203945191c438ad87463 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Fri, 3 Feb 2023 22:10:25 +0100 Subject: [PATCH] Remove rust-toolchain.toml As we fixed the lookahead buffer overflow, we no longer have to pin the Rust version. Fixes https://github.com/trussed-dev/littlefs2/issues/26 Fixes https://github.com/trussed-dev/littlefs2/issues/28 --- rust-toolchain.toml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index e070438fa..000000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,3 +0,0 @@ -[toolchain] -channel = "1.66.1" -profile = "minimal"