Skip to content

Commit 2c14f27

Browse files
committed
Bazel/Rust: Change rust version
1 parent 3ddecd4 commit 2c14f27

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bazel_dep(name = "buildifier_prebuilt", version = "6.4.0", dev_dependency = True
3737
# the versions there are canonical, the versions here are used for CI in github/codeql, as well as for the vendoring of dependencies.
3838
RUST_EDITION = "2024"
3939

40-
RUST_VERSION = "1.85.0"
40+
RUST_VERSION = "1.86.0"
4141

4242
rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
4343
rust.toolchain(

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# we want to support.
44

55
[toolchain]
6-
channel = "1.85"
6+
channel = "1.86"
77
profile = "minimal"
88
components = [ "clippy", "rustfmt" ]

rust/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# IMPORTANT: this can also have an impact on QL test results
44

55
[toolchain]
6-
channel = "1.85"
6+
channel = "1.86"
77
profile = "minimal"
88
components = [ "clippy", "rustfmt", "rust-src" ]

0 commit comments

Comments
 (0)