Skip to content

Commit

Permalink
chore: remove version for local packages
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Dec 13, 2023
1 parent d7e6739 commit 5420619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/packager/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["cdylib"]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { workspace = true, features = ["napi4"] }
napi-derive = { workspace = true }
cargo-packager = { path = "../../../crates/packager/", version = "0.3.0", default-features = false, features = ["cli"] }
cargo-packager = { path = "../../../crates/packager/", default-features = false, features = ["cli"] }
tracing = { workspace = true }
serde_json = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion bindings/updater/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["cdylib"]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { workspace = true, features = ["napi4", "async"] }
napi-derive = { workspace = true }
cargo-packager-updater = { path = "../../../crates/updater/", version = "0.0.0", default-features = false }
cargo-packager-updater = { path = "../../../crates/updater/", default-features = false }
serde_json = { workspace = true }
time = { workspace = true, features = ["formatting"] }

Expand Down

0 comments on commit 5420619

Please sign in to comment.