Skip to content

Commit

Permalink
Merge pull request #31 from dherman/use-list-platforms
Browse files Browse the repository at this point in the history
Upgrade to build action v0.6.9 and CLI v0.0.182
  • Loading branch information
dherman authored Dec 24, 2023
2 parents 24290b0 + c15ba2f commit dbeb617
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 118 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: bash
run: npm ci --verbose
- name: Build
uses: neon-actions/[email protected].8
uses: neon-actions/[email protected].10
with:
working-directory: ./pkgs/cargo-messages
platform: linux-x64-gnu
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
git branch -a
git status
- name: Build
uses: neon-actions/[email protected].8
uses: neon-actions/[email protected].10
with:
working-directory: ./pkgs/cargo-messages
node-version: ${{ env.NODE_VERSION }}
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
git branch -a
git status
- name: Build
uses: neon-actions/[email protected].8
uses: neon-actions/[email protected].10
with:
working-directory: ./pkgs/cargo-messages
platform: ${{ matrix.platform }}
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
git branch -a
git status
- name: Build
uses: neon-actions/[email protected].8
uses: neon-actions/[email protected].10
with:
working-directory: ./pkgs/cargo-messages
node-version: ${{ env.NODE_VERSION }}
Expand Down
19 changes: 9 additions & 10 deletions pkgs/cargo-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@
"debug": "cargo build --message-format=json | neon dist",
"build": "cargo build --message-format=json --release | neon dist -v",
"cross": "cross build --message-format=json --release | neon dist -v -m /target",
"pack-target": "neon tarball -v",
"prepack": "neon update-platforms -v 2>update-platforms.log",
"version": "neon bump -v --binaries platforms"
},
"author": "David Herman <[email protected]>",
"license": "MIT",
"devDependencies": {
"@neon-rs/cli": "^0.0.177"
"@neon-rs/cli": "^0.0.182"
},
"repository": {
"type": "git",
Expand All @@ -52,7 +51,7 @@
},
"homepage": "https://github.com/dherman/neon-rs#readme",
"dependencies": {
"@neon-rs/load": "^0.0.177"
"@neon-rs/load": "^0.0.182"
},
"neon": {
"type": "source",
Expand All @@ -61,12 +60,12 @@
"load": "./lib/load.cjs"
},
"optionalDependencies": {
"@cargo-messages/android-arm-eabi": "0.0.177",
"@cargo-messages/darwin-arm64": "0.0.177",
"@cargo-messages/darwin-x64": "0.0.177",
"@cargo-messages/linux-arm-gnueabihf": "0.0.177",
"@cargo-messages/linux-x64-gnu": "0.0.177",
"@cargo-messages/win32-arm64-msvc": "0.0.177",
"@cargo-messages/win32-x64-msvc": "0.0.177"
"@cargo-messages/android-arm-eabi": "0.0.182",
"@cargo-messages/darwin-arm64": "0.0.182",
"@cargo-messages/darwin-x64": "0.0.182",
"@cargo-messages/linux-arm-gnueabihf": "0.0.182",
"@cargo-messages/linux-x64-gnu": "0.0.182",
"@cargo-messages/win32-arm64-msvc": "0.0.182",
"@cargo-messages/win32-x64-msvc": "0.0.182"
}
}
185 changes: 81 additions & 104 deletions pkgs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dbeb617

Please sign in to comment.