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>
This commit is contained in:
Harald Hoyer 2025-04-07 13:41:53 +02:00
parent eb39705ff1
commit 0b8f1d54c7
Signed by: harald
GPG key ID: F519A1143B3FBE32
6 changed files with 12 additions and 12 deletions

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "1.83"
channel = "1.86"
components = ["rustfmt", "clippy", "rust-src"]