Skip to content

Commit

Permalink
chore: merge pull request #21 from websublime/fix/conventional-commits
Browse files Browse the repository at this point in the history
fix: skipping non conventional commits
  • Loading branch information
miguelramos authored Sep 23, 2024
2 parents c773f3b + 6d41a28 commit e3f9c2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = "1.0.1"
version = "1.0.2"
exclude = ["tests/*", "examples/*", "node_modules/*", "target/*"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -12,12 +12,12 @@ crate-type = ["cdylib"]

[dependencies]
napi-derive = "2.16.12"
napi = { version = "2.16.10", default-features = false, features = [
napi = { version = "2.16.11", default-features = false, features = [
"napi9",
"serde-json",
"tokio_rt",
] }
workspace-node-tools = { version = "2.0.1", features = ["napi", "napi-derive"] }
workspace-node-tools = { version = "2.0.2", features = ["napi", "napi-derive"] }

[build-dependencies]
napi-build = "2"
Expand Down

0 comments on commit e3f9c2f

Please sign in to comment.