Skip to content

Commit

Permalink
chore: merge pull request #17 from websublime/fix/change-exist-diff
Browse files Browse the repository at this point in the history
fix: changes exist diff
  • Loading branch information
miguelramos authored Sep 11, 2024
2 parents 919dc98 + 88cb60f commit 57002a6
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 <miguel.ramos@websublime.dev>"]
edition = "2021"
name = "websublime_workspace-tools"
version = "0.7.12"
version = "0.7.13"
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.9", default-features = false, features = [
"serde-json",
"tokio_rt",
] }
workspace-node-tools = { version = "1.0.17", features = [
workspace-node-tools = { version = "1.0.18", features = [
"napi",
"napi-derive",
] }
Expand Down

0 comments on commit 57002a6

Please sign in to comment.