Skip to content

Commit 9fceee6

Browse files
committed
chore(config): enable speech api
1 parent 81046a0 commit 9fceee6

File tree

4 files changed

+28
-30
lines changed

4 files changed

+28
-30
lines changed

Cargo.lock

Lines changed: 25 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

headless_browser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "headless_browser"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition = "2021"
55
authors = [
66
"j-mendez <jeff@spider.cloud>"

headless_browser_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "headless_browser_lib"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition = "2021"
55
authors = [
66
"j-mendez <jeff@spider.cloud>"

headless_browser_lib/src/conf.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::sync::atomic::{AtomicBool, AtomicU64};
22

33
/// The performance arg count.
4-
pub(crate) const PERF_ARGS: usize = 92;
4+
pub(crate) const PERF_ARGS: usize = 91;
55

66
lazy_static::lazy_static! {
77
/// The chrome args to use test ( basic without anything used for testing ).
@@ -177,7 +177,6 @@ lazy_static::lazy_static! {
177177
// "--disable-partial-raster",
178178
"--disable-in-process-stack-traces",
179179
"--disable-low-res-tiling",
180-
"--disable-speech-api",
181180
"--disable-oobe-chromevox-hint-timer-for-testing",
182181
"--disable-smooth-scrolling",
183182
"--disable-prompt-on-repost",

0 commit comments

Comments
 (0)