diff --git a/Cargo.toml b/Cargo.toml index 40090019..e12915c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ version = "0.15.0" crate-type = ["cdylib"] [dependencies] -napi = {version="2.14", features=["napi9", "tokio_rt"]} +napi = {version="=2.14", features=["napi9", "tokio_rt"]} napi-derive = "2.14" uuid = {version="1.6.1", features = ["v4","fast-rng"]} web-audio-api = "0.42"