Skip to content

Commit 69d8776

Browse files
author
LongYinan
committed
chore: bump napi-derive
1 parent 379c5ca commit 69d8776

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/bcrypt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ radix64 = "0.6"
1212
blowfish = { version = "0.5", features = ["bcrypt"] }
1313
byteorder = "1"
1414
napi = { version = "0.4"}
15-
napi-derive = { version = "0.4" }
15+
napi-derive = { version = "0.4.2" }
1616
rand = "0.7"
1717
phf = { version = "0.8", features = ["macros"] }
1818

packages/crc32/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
napi = { version = "0.4"}
12-
napi-derive = { version = "0.4" }
12+
napi-derive = { version = "0.4.2" }
1313
crc32fast = "1.2"
1414

1515
[target.'cfg(all(unix, not(target_env = "musl")))'.dependencies]

packages/jieba/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
jieba-rs = { version = "0.6.0-alpha.1", features = ["default-dict", "tfidf", "textrank"] }
1212
napi = { version = "0.4"}
13-
napi-derive = { version = "0.4" }
13+
napi-derive = { version = "0.4.2" }
1414
once_cell = "1.4"
1515

1616
[target.'cfg(all(unix, not(target_env = "musl")))'.dependencies]

0 commit comments

Comments
 (0)