mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
devtools: update targeted firefox version. (#35792)
Currently connected version is old(130.0). The minimum supported version is (133.0a1). Signed-off-by: atbrakhi <atbrakhi@igalia.com>
This commit is contained in:
parent
d9ea724abd
commit
8cf3e3842a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ impl Actor for DeviceActor {
|
||||||
apptype: "servo".to_string(),
|
apptype: "servo".to_string(),
|
||||||
version: env!("CARGO_PKG_VERSION").to_string(),
|
version: env!("CARGO_PKG_VERSION").to_string(),
|
||||||
appbuildid: BUILD_ID.to_string(),
|
appbuildid: BUILD_ID.to_string(),
|
||||||
platformversion: "130.0".to_string(),
|
platformversion: "133.0".to_string(),
|
||||||
brand_name: "Servo".to_string(),
|
brand_name: "Servo".to_string(),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue