Skip to content

Commit

Permalink
chore: merge pull request #18 from websublime/fix/bump-duplication
Browse files Browse the repository at this point in the history
fix: fix bump duplicate entries
  • Loading branch information
miguelramos authored Sep 12, 2024
2 parents 7a370b5 + 898c9ae commit b3e46e2
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.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
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.18", features = [
workspace-node-tools = { version = "1.0.19", features = [
"napi",
"napi-derive",
] }
Expand Down

0 comments on commit b3e46e2

Please sign in to comment.