mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Bazel/Rust: Change rust version
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
# we want to support.
|
||||
|
||||
[toolchain]
|
||||
channel = "1.85"
|
||||
channel = "1.86"
|
||||
profile = "minimal"
|
||||
components = [ "clippy", "rustfmt" ]
|
||||
|
||||
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user