Skip to content

Commit a6159a2

Browse files
committed
updated example napi version
1 parent d8c5548 commit a6159a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ferric-example/Cargo.toml

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

1010
[dependencies.napi]
11-
version = "3.0.0-alpha"
11+
version = "3.1"
1212
default-features = false
1313
# see https://nodejs.org/api/n-api.html#node-api-version-matrix
1414
features = ["napi3"]
1515

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

2020
[build-dependencies]

0 commit comments

Comments
 (0)