Skip to content

Commit 8b56503

Browse files
committed
Updated to Bazel 9
Signed-off-by: Marvin Hansen <marvin.hansen@gmail.com>
1 parent 1672676 commit 8b56503

4 files changed

Lines changed: 281 additions & 47 deletions

File tree

.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ common --experimental_profile_include_primary_output
6161
# Debug toolchain resolution
6262
# build --toolchain_resolution_debug='@bazel_tools//tools/cpp:toolchain_type
6363

64-
# Required for cargo_build_script support before Bazel 7
65-
build --incompatible_merge_fixed_and_default_shell_env
66-
6764
# Required to resolve C/C++ toolchain.
6865
# https://github.com/bazel-contrib/musl-toolchain?tab=readme-ov-file#setup
6966
build --incompatible_enable_cc_toolchain_resolution

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.5.0
1+
9.0.0

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bazel_dep(name = "rules_rust", version = "0.68.1")
1515
###############################################################################
1616
RUST_EDITION = "2024"
1717

18-
RUST_VERSION = "1.92.0"
18+
RUST_VERSION = "1.93.0"
1919

2020
rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
2121
rust.toolchain(

0 commit comments

Comments
 (0)