Bazel/Rust: Change rust version

This commit is contained in:
Paolo Tranquilli
2025-06-20 17:33:17 +02:00
parent 3ddecd4d9f
commit 2c14f273ed
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ bazel_dep(name = "buildifier_prebuilt", version = "6.4.0", dev_dependency = True
# the versions there are canonical, the versions here are used for CI in github/codeql, as well as for the vendoring of dependencies.
RUST_EDITION = "2024"
RUST_VERSION = "1.85.0"
RUST_VERSION = "1.86.0"
rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
rust.toolchain(

View File

@@ -3,6 +3,6 @@
# we want to support.
[toolchain]
channel = "1.85"
channel = "1.86"
profile = "minimal"
components = [ "clippy", "rustfmt" ]

View File

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