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 78368fe commit 9c85720Copy full SHA for 9c85720
.github/workflows/CI.yml
@@ -156,7 +156,7 @@ jobs:
156
- uses: actions/checkout@v4
157
- name: Build
158
id: build
159
- uses: cross-platform-actions/action@v0.26.0
+ uses: cross-platform-actions/action@v0.27.0
160
env:
161
DEBUG: napi:*
162
RUSTUP_IO_THREADS: 1
Cargo.toml
@@ -13,7 +13,7 @@ crate-type = ["cdylib"]
13
anyhow = "1"
14
bzip2 = "0.5"
15
flate2 = "1"
16
-infer = "0.16"
+infer = "0.19"
17
lzma-rs = { version = "0.3", features = ["stream"] }
18
napi = { version = "2", features = ["anyhow", "napi6"] }
19
napi-derive = "2"
0 commit comments