@@ -37,7 +37,7 @@ run_task = { name = [
3737[tasks .build-polly ]
3838install_crate = { crate_name = " cargo-component" , version = " 0.20.0" }
3939command = " cargo-component"
40- args = [" build" , " -p" , " golem-tts-polly" ]
40+ args = [" build" , " -p" , " golem-tts-polly" , " --features " , " golem-tts/durability " ]
4141
4242[tasks .build-polly-portable ]
4343install_crate = { crate_name = " cargo-component" , version = " 0.20.0" }
@@ -47,7 +47,7 @@ args = ["build", "-p", "golem-tts-polly", "--no-default-features"]
4747[tasks .build-deepgram ]
4848install_crate = { crate_name = " cargo-component" , version = " 0.20.0" }
4949command = " cargo-component"
50- args = [" build" , " -p" , " golem-tts-deepgram" ]
50+ args = [" build" , " -p" , " golem-tts-deepgram" , " --features " , " golem-tts/durability " ]
5151
5252[tasks .build-deepgram-portable ]
5353install_crate = { crate_name = " cargo-component" , version = " 0.20.0" }
@@ -57,7 +57,7 @@ args = ["build", "-p", "golem-tts-deepgram", "--no-default-features"]
5757[tasks .build-google ]
5858install_crate = { crate_name = " cargo-component" , version = " 0.20.0" }
5959command = " cargo-component"
60- args = [" build" , " -p" , " golem-tts-google" ]
60+ args = [" build" , " -p" , " golem-tts-google" , " --features " , " golem-tts/durability " ]
6161
6262[tasks .build-google-portable ]
6363install_crate = { crate_name = " cargo-component" , version = " 0.20.0" }
@@ -67,7 +67,7 @@ args = ["build", "-p", "golem-tts-google", "--no-default-features"]
6767[tasks .build-elevenlabs ]
6868install_crate = { crate_name = " cargo-component" , version = " 0.20.0" }
6969command = " cargo-component"
70- args = [" build" , " -p" , " golem-tts-elevenlabs" ]
70+ args = [" build" , " -p" , " golem-tts-elevenlabs" , " --features " , " golem-tts/durability " ]
7171
7272[tasks .build-elevenlabs-portable ]
7373install_crate = { crate_name = " cargo-component" , version = " 0.20.0" }
@@ -77,7 +77,7 @@ args = ["build", "-p", "golem-tts-elevenlabs", "--no-default-features"]
7777[tasks .release-build-polly ]
7878install_crate = { crate_name = " cargo-component" , version = " 0.20.0" }
7979command = " cargo-component"
80- args = [" build" , " -p" , " golem-tts-polly" , " --release" ]
80+ args = [" build" , " -p" , " golem-tts-polly" , " --release" , " --features " , " golem-tts/durability " ]
8181
8282[tasks .release-build-polly-portable ]
8383install_crate = { crate_name = " cargo-component" , version = " 0.20.0" }
@@ -93,7 +93,7 @@ args = [
9393[tasks .release-build-deepgram ]
9494install_crate = { crate_name = " cargo-component" , version = " 0.20.0" }
9595command = " cargo-component"
96- args = [" build" , " -p" , " golem-tts-deepgram" , " --release" ]
96+ args = [" build" , " -p" , " golem-tts-deepgram" , " --release" , " --features " , " golem-tts/durability " ]
9797
9898[tasks .release-build-deepgram-portable ]
9999install_crate = { crate_name = " cargo-component" , version = " 0.20.0" }
@@ -109,7 +109,7 @@ args = [
109109[tasks .release-build-google ]
110110install_crate = { crate_name = " cargo-component" , version = " 0.20.0" }
111111command = " cargo-component"
112- args = [" build" , " -p" , " golem-tts-google" , " --release" ]
112+ args = [" build" , " -p" , " golem-tts-google" , " --release" , " --features " , " golem-tts/durability " ]
113113
114114[tasks .release-build-google-portable ]
115115install_crate = { crate_name = " cargo-component" , version = " 0.20.0" }
@@ -119,7 +119,7 @@ args = ["build", "-p", "golem-tts-google", "--release", "--no-default-features"]
119119[tasks .release-build-elevenlabs ]
120120install_crate = { crate_name = " cargo-component" , version = " 0.20.0" }
121121command = " cargo-component"
122- args = [" build" , " -p" , " golem-tts-elevenlabs" , " --release" ]
122+ args = [" build" , " -p" , " golem-tts-elevenlabs" , " --release" , " --features " , " golem-tts/durability " ]
123123
124124[tasks .release-build-elevenlabs-portable ]
125125install_crate = { crate_name = " cargo-component" , version = " 0.20.0" }
0 commit comments