Skip to content

Commit

Permalink
Merge pull request #84 from jonmmease/jonmmease/update_deps
Browse files Browse the repository at this point in the history
Update Rust deps - 2024-11-29
  • Loading branch information
jonmmease authored Nov 30, 2024
2 parents cd939de + 7a1924a commit 2b3c633
Show file tree
Hide file tree
Showing 46 changed files with 4,829 additions and 3,251 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
~/.cargo
target
.pixi
- name: Install wasm-pack
run: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Build package
run: |
pixi run pack-vega-renderer
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ jobs:
with:
python-version: 3.9
- name: Build wheels
uses: PyO3/maturin-action@v1
uses: PyO3/maturin-action@v1.45.0
with:
target: ${{ matrix.target }}
manylinux: auto
args: --release --out dist -m avenger-python/Cargo.toml
- uses: uraimo/run-on-arch-action@v2.6.0
- uses: uraimo/run-on-arch-action@v2.8.1
if: matrix.target != 'ppc64'
name: Install built wheel
with:
Expand Down
Loading

0 comments on commit 2b3c633

Please sign in to comment.