1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 02:49:37 +00:00

Constrain version so example builds.

This commit is contained in:
Nolan Darilek 2022-06-14 13:57:53 -05:00
parent 238d7e2cb3
commit 5feb8e3186

View File

@ -9,5 +9,6 @@ edition = "2018"
[dependencies]
console_log = "0.2"
log = "0.4"
seed = "0.8"
tts = { path = "../.." }
seed = "0.9"
tts = { path = "../.." }
wasm-bindgen = "= 0.2.80"