Skip to content

Commit

Permalink
Add isolated = False, (#12373)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdRiley authored Feb 26, 2025
1 parent f50492c commit 0817d88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ crate.from_cargo(
"//:tools/language-server/wstest/Cargo.toml",
"//app/rust-ffi:Cargo.toml",
],
isolated = False,
)
use_repo(crate, "crates")

Expand All @@ -94,6 +95,7 @@ wb_crates.from_cargo(
cargo_config = "//:.cargo/config.toml",
cargo_lockfile = "@wasm_bindgen_cli_crate//:Cargo.lock",
manifests = ["@wasm_bindgen_cli_crate//:Cargo.toml"],
isolated = False,
)
use_repo(wb_crates, "wb_crates")

Expand Down

0 comments on commit 0817d88

Please sign in to comment.