diff --git a/Cargo.toml b/Cargo.toml index 5b201da..4e29526 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Miguel Ramos "] edition = "2021" name = "websublime_workspace-tools" -version = "0.7.13" +version = "0.7.14" exclude = ["tests/*", "examples/*", "node_modules/*", "target/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,7 +17,7 @@ napi = { version = "2.16.9", default-features = false, features = [ "serde-json", "tokio_rt", ] } -workspace-node-tools = { version = "1.0.18", features = [ +workspace-node-tools = { version = "1.0.19", features = [ "napi", "napi-derive", ] }