mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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.
|
# 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_EDITION = "2024"
|
||||||
|
|
||||||
RUST_VERSION = "1.85.0"
|
RUST_VERSION = "1.86.0"
|
||||||
|
|
||||||
rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
|
rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
|
||||||
rust.toolchain(
|
rust.toolchain(
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
# we want to support.
|
# we want to support.
|
||||||
|
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.85"
|
channel = "1.86"
|
||||||
profile = "minimal"
|
profile = "minimal"
|
||||||
components = [ "clippy", "rustfmt" ]
|
components = [ "clippy", "rustfmt" ]
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
# IMPORTANT: this can also have an impact on QL test results
|
# IMPORTANT: this can also have an impact on QL test results
|
||||||
|
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.85"
|
channel = "1.86"
|
||||||
profile = "minimal"
|
profile = "minimal"
|
||||||
components = [ "clippy", "rustfmt", "rust-src" ]
|
components = [ "clippy", "rustfmt", "rust-src" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user