Update Rust to 1.89.0 (#6150)

- also raise MSRV to 1.87.0
This commit is contained in:
Daniel
2025-08-09 23:21:09 +03:00
committed by GitHub
parent 4a5516e150
commit 8fd0ee4211
5 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
[toolchain]
channel = "1.88.0"
channel = "1.89.0"
components = [ "rustfmt", "clippy" ]
profile = "minimal"