[bazel] Upgrade some rulesets in preparation for enabling windows (#11109)

This commit is contained in:
zbarsky-openai
2026-02-08 16:40:32 -05:00
committed by GitHub
parent 409ec76fbc
commit 44a1355133
11 changed files with 244 additions and 299 deletions

View File

@@ -85,6 +85,7 @@ def codex_rust_crate(
proc_macro_dev_deps = all_crate_deps(proc_macro_dev = True)
test_env = {
"INSTA_REQUIRE_FULL_MATCH": "0",
"INSTA_WORKSPACE_ROOT": ".",
"INSTA_SNAPSHOT_PATH": "src",
}