From 8cf3e3842a009307eb5dbd1b7c67b8dbff98a56d Mon Sep 17 00:00:00 2001 From: atbrakhi Date: Wed, 5 Mar 2025 07:08:40 +0100 Subject: [PATCH] devtools: update targeted firefox version. (#35792) Currently connected version is old(130.0). The minimum supported version is (133.0a1). Signed-off-by: atbrakhi --- components/devtools/actors/device.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/devtools/actors/device.rs b/components/devtools/actors/device.rs index dc6826872c1..5e68d898bc4 100644 --- a/components/devtools/actors/device.rs +++ b/components/devtools/actors/device.rs @@ -60,7 +60,7 @@ impl Actor for DeviceActor { apptype: "servo".to_string(), version: env!("CARGO_PKG_VERSION").to_string(), appbuildid: BUILD_ID.to_string(), - platformversion: "130.0".to_string(), + platformversion: "133.0".to_string(), brand_name: "Servo".to_string(), }, };