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 a13e813 commit 4d18cf4Copy full SHA for 4d18cf4
.github/workflows/CI.yml
@@ -118,7 +118,7 @@ jobs:
118
.cargo-cache
119
target/
120
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.host }}
121
- - uses: goto-bus-stop/setup-zig@v2
+ - uses: mlugg/setup-zig@v2
122
if: ${{ contains(matrix.settings.target, 'musl') }}
123
with:
124
version: 0.14.1
Cargo.toml
@@ -17,5 +17,5 @@ napi-derive = "3.0.0"
17
napi-build = "2"
18
19
[profile.release]
20
-lto = true
+lto = true
21
strip = "symbols"
0 commit comments