Skip to content

Commit

Permalink
chore(node-swc): Use latest napi versions (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
LongYinan authored Feb 10, 2021
1 parent 686c981 commit 79e991b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ version = "0.1.0"
crate-type = ["cdylib"]

[build-dependencies]
napi-build = {version = "1.0"}
napi-build = {version = "1"}

[dependencies]
anyhow = "1"
backtrace = "0.3"
fxhash = "0.2"
napi = {version = "1.0", features = ["serde-json"]}
napi-derive = {version = "1.0"}
napi = {version = "1", features = ["serde-json"]}
napi-derive = {version = "1"}
path-clean = "0.1"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
Expand Down

0 comments on commit 79e991b

Please sign in to comment.