File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 33
33
build : yarn build
34
34
target : x86_64-pc-windows-msvc
35
35
architecture : x64
36
- - host : windows-latest
37
- build : |
38
- yarn build --target i686-pc-windows-msvc
39
- yarn test
40
- target : i686-pc-windows-msvc
41
- architecture : x86
42
36
- host : ubuntu-latest
43
37
target : x86_64-unknown-linux-gnu
44
38
architecture : x64
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ version = "0.0.0"
7
7
crate-type = [" cdylib" ]
8
8
9
9
[dependencies ]
10
- # Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
11
10
futures = " 0.3"
12
11
napi = { version = " 2.1.0" , default-features = false , features = [
13
- " napi4 " ,
12
+ " napi8 " ,
14
13
" async"
15
14
] }
16
15
napi-derive = " 2.1.0"
16
+ zstd = " 0.10.0+zstd.1.5.2"
17
17
18
18
[build-dependencies ]
19
19
napi-build = " 1.2.1"
You can’t perform that action at this time.
0 commit comments