1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-11-17 08:29:36 +00:00

Remove unnecessary version pins.

This commit is contained in:
Nolan Darilek 2022-09-07 12:37:29 -05:00
parent 652367fa8a
commit 79e59d551f

View File

@ -11,4 +11,4 @@ console_log = "0.2"
log = "0.4"
seed = "0.9"
tts = { path = "../.." }
wasm-bindgen = "= 0.2.80"
wasm-bindgen = "0.2"