Skip to content

Commit ea59cb2

Browse files
committed
fix
1 parent 4ec0d4b commit ea59cb2

File tree

3 files changed

+2
-65
lines changed

3 files changed

+2
-65
lines changed

MODULE.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ git_override(
3838
# accepted by BoringSSL. Update with caution and only after confirming this is compatible with the
3939
# downstream build.
4040
bazel_dep(name = "boringssl", version = "0.20250818.0", repo_name = "ssl")
41+
42+
include("//:build/rust.MODULE.bazel")

WORKSPACE

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -111,20 +111,6 @@ git_repository(
111111
remote = "https://github.com/google/highway.git",
112112
)
113113

114-
# ========================================================================================
115-
# Rust bootstrap
116-
117-
load("//:build/rust_toolchains.bzl", "rust_toolchains")
118-
119-
rust_toolchains()
120-
121-
# rules_shell
122-
load("@rules_shell//shell:repositories.bzl", "rules_shell_dependencies", "rules_shell_toolchains")
123-
124-
rules_shell_dependencies()
125-
126-
rules_shell_toolchains()
127-
128114
# ========================================================================================
129115
# Node.js bootstrap
130116
#

build/rust_toolchains.bzl

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)