diff --git a/Cargo.lock b/Cargo.lock index 3f2cd90f..e5c6e557 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2576,7 +2576,7 @@ dependencies = [ [[package]] name = "workspace-node-tools" -version = "1.0.6" +version = "1.0.7" dependencies = [ "chrono", "execute", diff --git a/Cargo.toml b/Cargo.toml index c6dfda10..c7d58ff6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "workspace-node-tools" -version = "1.0.6" +version = "1.0.7" edition = "2021" description = "Node workspace version tools" repository = "https://github.com/websublime/workspace-node-tools" @@ -19,7 +19,11 @@ serde_json = "1.0.120" regex = "1.10.5" wax = { version = "0.6.0", features = ["walk"] } napi-derive = { version = "2.16.9", optional = true } -napi = { version = "2.16.8", default-features = false, features = ["napi9", "serde-json", "tokio_rt"], optional = true } +napi = { version = "2.16.8", default-features = false, features = [ + "napi9", + "serde-json", + "tokio_rt", +], optional = true } package_json_schema = "0.2.1" icu = "1.5.0" version-compare = "0.2"