We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91190a0 commit baf25fcCopy full SHA for baf25fc
packages/ferric-example/Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT"
8
crate-type = ["cdylib"]
9
10
[dependencies.napi]
11
-version = "3.4.0"
+version = "=3.4.0"
12
# see https://nodejs.org/api/n-api.html#node-api-version-matrix
13
default-features = false
14
features = ["napi3"]
@@ -17,6 +17,10 @@ features = ["napi3"]
17
version = "3.3.0"
18
features = ["type-def"]
19
20
+# See https://github.com/callstackincubator/react-native-node-api/issues/331
21
+[dependencies.napi-sys]
22
+version = "=3.0.1"
23
+
24
[build-dependencies]
25
napi-build = "2.2.4"
26
0 commit comments