Skip to content

Commit bf48ac8

Browse files
committed
Downgrading Node-API version in ferric example
1 parent 915c0f6 commit bf48ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ferric-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
version = "2"
1212
default-features = false
1313
# see https://nodejs.org/api/n-api.html#node-api-version-matrix
14-
features = ["napi8"]
14+
features = ["napi3"]
1515

1616
[dependencies.napi-derive]
1717
version = "2"

0 commit comments

Comments
 (0)