teepot/rust-toolchain.toml
Harald Hoyer 0b8f1d54c7
feat: bump rust version to 1.86
fixes the hardcoded `/usr/bin/strip` issue on macos

see https://github.com/rust-lang/rust/issues/131206

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
2025-04-10 11:57:47 +02:00

3 lines
76 B
TOML

[toolchain]
channel = "1.86"
components = ["rustfmt", "clippy", "rust-src"]