From 832e1a65779643ac5813e4b3cd3f1892b5506dc2 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Wed, 25 Jun 2025 17:12:12 +0200 Subject: [PATCH] build: fix failing firefox tests on main Changes the version of `rules_browsers` which include a fix that should resolve the failing Firefox tests on the `main` branch. --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index d05c4e4c578f..a2ad417398e0 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -238,7 +238,7 @@ esbuild_register_toolchains( git_repository( name = "rules_browsers", - commit = "fd3b3d37662206a19eaa34f157c757b3291978dc", + commit = "0952071cdc67acf1124c20c32a9b7e2e85da0aa3", remote = "https://github.com/devversion/rules_browsers.git", )