diff --git a/Cargo.toml b/Cargo.toml index 74c4183..a959283 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["cdylib"] [dependencies] napi = { version = "3.0.0-alpha.7", features = ["napi5", "serde-json"] } -napi-derive = { version = "3.0.0-alpha.5" } +napi-derive = { version = "3.0.0-alpha" } snap = "1" [target.'cfg(not(target_os = "linux"))'.dependencies]