Rust: update rust-specific toolchain

This commit is contained in:
Paolo Tranquilli
2025-02-28 10:43:48 +01:00
parent d11bbdb5a7
commit bb90b678a4

View File

@@ -3,6 +3,6 @@
# IMPORTANT: this can also have an impact on QL test results
[toolchain]
channel = "1.84"
channel = "1.85"
profile = "minimal"
components = [ "clippy", "rustfmt", "rust-src" ]