fix: patch crate on build

This commit is contained in:
DecDuck
2025-07-02 12:05:57 +10:00
parent 076dc60155
commit 169d471bb7
2 changed files with 4 additions and 2 deletions

View File

@ -93,7 +93,9 @@ jobs:
if: ${{ matrix.settings.setup }}
shell: bash
- name: Install dependencies
run: yarn install
run: |-
cargo patch-crate &&
yarn install
- name: Build in docker
uses: addnab/docker-run-action@v3
if: ${{ matrix.settings.docker }}

View File

@ -1,6 +1,6 @@
{
"name": "@drop-oss/droplet",
"version": "1.4.0",
"version": "1.4.1",
"main": "index.js",
"types": "index.d.ts",
"napi": {