Skip to content

Commit 400845c

Browse files
author
Paolo Tranquilli
committed
Upgrade rustc version
1 parent c88920a commit 400845c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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 = "2021"
3939

40-
RUST_VERSION = "1.82.0"
40+
RUST_VERSION = "1.84.0"
4141

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

rust/rust-toolchain.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file specifies the Rust version used to develop and test the QL
2+
# extractor. It is set to the lowest version of Rust we want to support.
3+
4+
[toolchain]
5+
channel = "1.84"
6+
profile = "minimal"
7+
components = [ "rustfmt" ]

0 commit comments

Comments
 (0)