Update Rust to 1.86.0 (#5744)

- also raise MSRV to 1.84.0

- fix `Dockerfile` template
- remove no longed needed `-vvv` argument for `cargo build`
This commit is contained in:
Daniel
2025-04-04 19:04:36 +03:00
committed by GitHub
parent a2d7895586
commit bbbd2f6d15
6 changed files with 16 additions and 9 deletions

View File

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