Skip to content

Commit f56cdda

Browse files
committed
Updating napi-rs crates
1 parent 16c1bff commit f56cdda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/ferric-example/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ license = "MIT"
88
crate-type = ["cdylib"]
99

1010
[dependencies.napi]
11-
version = "3.1"
12-
default-features = false
11+
version = "3.4.0"
1312
# see https://nodejs.org/api/n-api.html#node-api-version-matrix
13+
default-features = false
1414
features = ["napi3"]
1515

1616
[dependencies.napi-derive]
17-
version = "3.1"
17+
version = "3.3.0"
1818
features = ["type-def"]
1919

2020
[build-dependencies]
21-
napi-build = "2"
21+
napi-build = "2.2.4"
2222

2323
[profile.release]
2424
lto = true

0 commit comments

Comments
 (0)