update to rust 1.87

This commit is contained in:
Sebastian Hugentobler 2025-05-30 12:34:52 +02:00
parent c3cf09c517
commit ccff6a3a12
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M
4 changed files with 3 additions and 7 deletions

View file

@ -1,4 +1,4 @@
[toolchain]
channel = "1.85.0"
channel = "1.87.0"
components = ["rust-src", "rustc", "cargo", "rust-std", "rustfmt", "clippy", "rust-analyzer"]
profile = "minimal"