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
This commit is contained in:
Robin Krahl
2023-02-07 10:01:42 +01:00
parent 2f396cc0bc
commit ad3b40b896
-3
View File
@@ -1,3 +0,0 @@
[toolchain]
channel = "1.66.1"
profile = "minimal"