Skip to content

Commit

Permalink
fix: update workspace node tools to fix issue in change exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ramos committed Aug 7, 2024
1 parent 561e68d commit 299be18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Miguel Ramos <[email protected]>"]
edition = "2021"
name = "websublime_workspace-tools"
version = "0.7.10"
version = "0.7.11"
exclude = ["tests/*", "examples/*", "node_modules/*", "target/*"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -17,7 +17,7 @@ napi = { version = "2.16.8", default-features = false, features = [
"serde-json",
"tokio_rt",
] }
workspace-node-tools = { version = "1.0.15", features = [
workspace-node-tools = { version = "1.0.16", features = [
"napi",
"napi-derive",
] }
Expand Down

0 comments on commit 299be18

Please sign in to comment.